node-red-contrib-uos-nats 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -245,9 +245,9 @@
245
245
  <input type="text" id="node-input-var-search" placeholder="Filter..." style="width:120px; font-size:11px; padding:2px;">
246
246
  </div>
247
247
 
248
- <div style="display:grid; grid-template-columns: 30px 60px 1fr; background:#eee; font-size:11px; font-weight:bold; padding:4px 0; border-bottom:1px solid #ccc;">
248
+ <div style="display:grid; grid-template-columns: 30px 1fr; background:#eee; font-size:11px; font-weight:bold; padding:4px 0; border-bottom:1px solid #ccc;">
249
249
  <div style="text-align:center;"><i class="fa fa-check-square-o"></i></div>
250
- <div style="text-align:center;">ID</div>
250
+ <!-- ID Column Removed -->
251
251
  <div style="padding-left:10px;">Name</div>
252
252
  </div>
253
253
 
@@ -229,9 +229,9 @@
229
229
  <input type="text" id="node-input-var-search" placeholder="Filter..." style="width:120px; font-size:11px; padding:2px;">
230
230
  </div>
231
231
 
232
- <div style="display:grid; grid-template-columns: 30px 60px 1fr; background:#eee; font-size:11px; font-weight:bold; padding:4px 0; border-bottom:1px solid #ccc;">
232
+ <div style="display:grid; grid-template-columns: 30px 1fr; background:#eee; font-size:11px; font-weight:bold; padding:4px 0; border-bottom:1px solid #ccc;">
233
233
  <div style="text-align:center;"><i class="fa fa-check-square-o"></i></div>
234
- <div style="text-align:center;">ID</div>
234
+ <!-- ID Removed -->
235
235
  <div style="padding-left:10px;">Name</div>
236
236
  </div>
237
237
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-uos-nats",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Node-RED nodes for Weidmüller u-OS Data Hub. Read, write, and provide variables via NATS protocol with OAuth2 authentication. Features: Variable Key resolution, custom icons, example flows, and provider definition caching.",
5
5
  "author": {
6
6
  "name": "IoTUeli",