Skip to content

Commit

Permalink
[modify]group typo change
Browse files Browse the repository at this point in the history
  • Loading branch information
gemnsh committed Oct 2, 2022
1 parent 1191eff commit 44ec3c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboard/nodes/soop_group.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
<label for="node-input-group-table"><i class="fa fa-table"></i> Group table</label>
<div id="node-input-group-table" style="width:70%; display: inline-block;">
<div style="margin-bottom:10px">
<label for="node-config-input-widgetX" style="width:auto;">x</label>
<input type="text" id="node-config-input-widgetX" value="0" style="width:30px; margin-right:10px;" />
<label for="node-config-input-widgetY" style="width:auto;">y </label>
<input type="text" id="node-config-input-widgetY" value="0" style="width:30px; margin-right:10px;" />
<label for="node-config-input-groupX" style="width:auto;">x</label>
<input type="text" id="node-config-input-groupX" value="0" style="width:30px; margin-right:10px;" />
<label for="node-config-input-groupY" style="width:auto;">y </label>
<input type="text" id="node-config-input-groupY" value="0" style="width:30px; margin-right:10px;" />
<label for="node-config-input-height" style="width:auto;">w</label>
<input type="text" id="node-config-input-height" value="1" style="width:30px; margin-right:10px;" />
<label for="node-config-input-width" style="width:auto;">h</label>
Expand Down

0 comments on commit 44ec3c6

Please sign in to comment.