Răsfoiți Sursa

Shorten textbox width for API access IP allowlist

Kristan Kenney 5 ani în urmă
părinte
comite
66f19e1afa
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      web/templates/admin/edit_server.html

+ 1 - 1
web/templates/admin/edit_server.html

@@ -989,7 +989,7 @@
                                         </tr>
                                         <tr>
                                             <td>
-                                                <textarea size="20" class="vst-textinput" name="v_api_allowed_ip"><?php 
+                                                <textarea size="20" class="vst-textinput short" name="v_api_allowed_ip"><?php 
                                                     foreach(explode(',',$_SESSION['API_ALLOWED_IP']) as $ip ){
                                                         echo $ip."\n";
                                                     }