Skip to content

Commit 38194a6

Browse files
committed
Still adjusting start-script typein
1 parent fa8d462 commit 38194a6

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

web-portal/client/views/main.pug

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,18 @@ block content
117117
#dev-div-controls(style="display:none;")
118118
#start_script_row
119119
div.run-option.dev-div-run-option.
120-
<tr style="width:100%">
121-
<td style="text-align:left;width:50%;">URL for start-script</td>
122-
<td style="text-align:right;width:50%;">
123-
<span class=in-circle onclick='helpOnClick("start-script");'>?</span></td>
124-
</tr>
120+
table
121+
thead
122+
tr
123+
th
124+
th
125+
tbody
126+
<tr style="width:100%">
127+
<td style="text-align:left;width:50%;">URL for start-script</td>
128+
<td style="text-align:right;width:50%;">
129+
<span class=in-circle onclick='helpOnClick("start-script");'>?</span>
130+
</td>
131+
</tr>
125132
<input type="url" id="start_script_url" name="start_script_url" class="url-input" style="width:100%;margin-bottom:12px;">
126133
#custom_sysout_row
127134
label.run-option.dev-div-run-option.

0 commit comments

Comments
 (0)