@gregoriusrippenstein/erlang-red-unittest 0.20.0 → 0.20.1
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 +2 -0
package/package.json
CHANGED
package/plugins/sidebar.html
CHANGED
|
@@ -690,6 +690,7 @@ $('#node-input-unittestingselect-test-node').on('click', (e) => {
|
|
|
690
690
|
|
|
691
691
|
<!-- The html for the right sidebar plugin screen -->
|
|
692
692
|
<script type="text/x-red" data-template-name="UnitTestingSidebar">
|
|
693
|
+
<div style="position: relative; height: 100%; overflow-y: auto;">
|
|
693
694
|
<div class="form-row func-unittesting-tabs-row">
|
|
694
695
|
<ul style="min-width: 600px; margin-bottom: 20px;" id="func-unittesting-tabs"></ul>
|
|
695
696
|
</div>
|
|
@@ -793,4 +794,5 @@ $('#node-input-unittestingselect-test-node').on('click', (e) => {
|
|
|
793
794
|
<!--func-unittesting-tab-tab#-->
|
|
794
795
|
</div>
|
|
795
796
|
<!--func-unittesting-tabs-content-->
|
|
797
|
+
</div>
|
|
796
798
|
</script>
|