Skip to content

Commit dee8a0e

Browse files
committed
Still adjusting start-script typein
1 parent 73e4c8e commit dee8a0e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

web-portal/client/views/main.pug

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,11 @@ block content
117117
#dev-div-controls(style="display:none;")
118118
#start_script_row
119119
div.run-option.dev-div-run-option.
120-
p URL for start-script&nbsp;&nbsp;&nbsp;<span class=in-circle onclick='helpOnClick("start-script");'>?</span>
121-
<input type="url" id="start_script_url" name="start_script_url" class="url-input" style="width:100%">
120+
<tr>
121+
<td style="text-align:left">URL for start-script</td>
122+
<td style="text-align:right"><span class=in-circle onclick='helpOnClick("start-script");'>?</span></td>
123+
</tr>
124+
<input type="url" id="start_script_url" name="start_script_url" class="url-input" style="width:100%;margin-bottom:16px;">
122125
#custom_sysout_row
123126
label.run-option.dev-div-run-option.
124127
<input type="checkbox" id="custom_sysout_cb" class="checkbox-input">&nbsp;Run custom sysout

0 commit comments

Comments
 (0)