@gregoriusrippenstein/node-red-contrib-introspection 0.7.4 → 0.7.5
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.
- package/package.json +1 -1
- package/plugins/sidebar.html +18 -26
package/package.json
CHANGED
package/plugins/sidebar.html
CHANGED
|
@@ -321,39 +321,31 @@
|
|
|
321
321
|
</div>
|
|
322
322
|
|
|
323
323
|
<div id="func-introspection-tab-orphans" style="display:none; min-height: calc(100%);">
|
|
324
|
-
<div class="form-row">
|
|
325
|
-
<
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
<div class="form-row" style="margin-left: 10px;">
|
|
338
|
-
<button id="node-input-orphan-clear-workspace-btn"
|
|
339
|
-
class="red-ui-button">Clear dots</button>
|
|
340
|
-
</div>
|
|
341
|
-
|
|
342
|
-
<div class="form-row node-input-target-row node-input-target-list-row"
|
|
343
|
-
style="margin-left: 10px; position: relative; min-height: 200px; height: 450px; margin-right: 15px; ">
|
|
344
|
-
<div style="margin-bottom: 5px; width: 35%; padding-left: 60%;">
|
|
345
|
-
<input type="text" id="node-input-orphan-target-filter" style="display: none;">
|
|
346
|
-
</div>
|
|
347
|
-
<div id="node-input-orphan-target-container-div"></div>
|
|
348
|
-
</div>
|
|
324
|
+
<div class="form-row" style="margin-left: 10px; margin-top: 30px">
|
|
325
|
+
<button id="node-input-orphan-find-btn"
|
|
326
|
+
class="red-ui-button"><i class="fa fa-life-ring"></i> Unconnected</button>
|
|
327
|
+
<button id="node-input-documentation-find-btn"
|
|
328
|
+
class="red-ui-button"><i class="fa fa-cc"></i> Undocumented</button>
|
|
329
|
+
<button id="node-input-linkcalls-find-btn"
|
|
330
|
+
class="red-ui-button"><i class="fa fa-link"></i> Link Calls</button>
|
|
331
|
+
<button id="node-input-linkin-nodes-find-btn"
|
|
332
|
+
class="red-ui-button"><i class="fa fa-link"></i> Link Ins</button>
|
|
333
|
+
<button id="node-input-orphan-clear-workspace-btn"
|
|
334
|
+
class="red-ui-button">Clear dots</button>
|
|
335
|
+
</div>
|
|
349
336
|
|
|
337
|
+
<div class="form-row"
|
|
338
|
+
style="margin-left: 10px; position: relative; min-height: 200px; height: 450px; margin-right: 15px; ">
|
|
339
|
+
<div style="margin-bottom: 5px; width: 35%; padding-left: 60%;">
|
|
340
|
+
<input type="text" id="node-input-orphan-target-filter" style="display: none;">
|
|
350
341
|
</div>
|
|
342
|
+
<div id="node-input-orphan-target-container-div"></div>
|
|
351
343
|
</div>
|
|
352
344
|
</div>
|
|
353
345
|
|
|
354
346
|
<div id="func-introspection-tab-obfuscation" style="display:none; min-height: calc(100%);">
|
|
355
347
|
|
|
356
|
-
<div class="form-row
|
|
348
|
+
<div class="form-row">
|
|
357
349
|
<label for="node-input-obfuscate-name" class="w-30">
|
|
358
350
|
<i class="fa fa-tag"></i>
|
|
359
351
|
<span>Obfuscate Name?</span>
|