Skip to content

Commit 3d5a247

Browse files
committed
Still adjusting start-script typein
1 parent f11a42a commit 3d5a247

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

web-portal/client/views/main.pug

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,19 +117,17 @@ block content
117117
#dev-div-controls(style="display:none;")
118118
#start_script_row
119119
div.run-option.dev-div-run-option
120-
table
120+
table(style="width:260px;")
121121
thead
122122
tr
123123
th
124124
th
125125
tbody
126-
<tr style="width:100%">
127-
<td style="text-align:left;width:80%;">URL for start-script</td>
128-
<td style="text-align:right;width:20%;">
126+
tr(style="width:100%")
127+
td(style="text-align:left;width:80%;") URL for start-script
128+
td(style="text-align:right;width:20%;")
129129
<span class=in-circle onclick='helpOnClick("start-script");'>?</span>
130-
</td>
131-
</tr>
132-
<input type="url" id="start_script_url" name="start_script_url" class="url-input" style="width:100%;margin-bottom:12px;">
130+
input(type="url" id="start_script_url" name="start_script_url" class="url-input" style="width:100%;margin-bottom:12px;")
133131
#custom_sysout_row
134132
label.run-option.dev-div-run-option.
135133
<input type="checkbox" id="custom_sysout_cb" class="checkbox-input">&nbsp;Run custom sysout

0 commit comments

Comments
 (0)