Skip to content

Commit

Permalink
Merge pull request #288 from sumitshinde-84/ui-group
Browse files Browse the repository at this point in the history
fix group class
  • Loading branch information
joepavitt authored Oct 24, 2023
2 parents 85adb5a + 8aeae65 commit 55b19a1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions nodes/config/ui_group.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,8 @@
<input style="margin:8px 0 10px 102px; width:20px;" type="checkbox" checked id="node-config-input-disp"> <label style="width:auto" for="node-config-input-disp"><span data-i18n="ui-group.display-name"></span></label>
</div>
<div class="form-row" id="text-row-class">
<label for="node-input-className"><i class="fa fa-code"></i> Class</label>
<input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for group"/>
</div>
<div class="form-row" id="text-row-class">
<label for="node-input-className"><i class="fa fa-code"></i> Class</label>
<input type="text" id="node-input-className" placeholder="Optional CSS class name(s) for group"/>
<label for="node-config-input-className"><i class="fa fa-code"></i> Class</label>
<input type="text" id="node-config-input-className" placeholder="Optional CSS class name(s) for group"/>
</div>
<div class="form-row">
<button onclick="RED.sidebar.show('dashboard-2.0')" class="editor-button editor-button-small">Open Dashboard 2.0 Sidebar</button>
Expand Down

0 comments on commit 55b19a1

Please sign in to comment.