Skip to content

Commit 66f19e1

Browse files
author
Kristan Kenney
committed
Shorten textbox width for API access IP allowlist
1 parent 30c4b5f commit 66f19e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/edit_server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@
989989
</tr>
990990
<tr>
991991
<td>
992-
<textarea size="20" class="vst-textinput" name="v_api_allowed_ip"><?php
992+
<textarea size="20" class="vst-textinput short" name="v_api_allowed_ip"><?php
993993
foreach(explode(',',$_SESSION['API_ALLOWED_IP']) as $ip ){
994994
echo $ip."\n";
995995
}

0 commit comments

Comments
 (0)