Showing 1 changed files with 12 additions and 8 deletions
+12 -8
scripts/host_manager.pl
@@ -3056,6 +3056,10 @@ sub app_html {
3056 3056
     #page-vhosts .host-tools { flex-wrap: wrap; }
3057 3057
     #page-vhosts .host-tools input { max-width: 280px; }
3058 3058
     #page-vhosts .stats { justify-content: flex-end; }
3059
+    #page-vhosts .table-wrap { overflow-x: auto; }
3060
+    #page-vhosts table { min-width: 1290px; }
3061
+    #page-vhosts th, #page-vhosts td { overflow-wrap: normal; }
3062
+    #page-vhosts .pill.vhost { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top; }
3059 3063
     .vhost-host { display: grid; gap: 2px; }
3060 3064
     .vhost-pill-row { display: flex; flex-wrap: wrap; gap: 4px; }
3061 3065
     .vhost-pill-row .pill { margin: 0; }
@@ -3208,14 +3212,14 @@ sub app_html {
3208 3212
             <table>
3209 3213
               <thead>
3210 3214
                 <tr>
3211
-                  <th>Vhost</th>
3212
-                  <th style="width: 190px">Host</th>
3213
-                  <th style="width: 140px">IP</th>
3214
-                  <th style="width: 180px">Derived aliases</th>
3215
-                  <th style="width: 260px">Certificate</th>
3216
-                  <th style="width: 120px">Monitoring</th>
3217
-                  <th style="width: 90px">Status</th>
3218
-                  <th style="width: 90px">Actions</th>
3215
+                  <th style="width: 220px">Vhost</th>
3216
+                  <th style="width: 230px">Host</th>
3217
+                  <th style="width: 120px">IP</th>
3218
+                  <th style="width: 160px">Derived aliases</th>
3219
+                  <th style="width: 300px">Certificate</th>
3220
+                  <th style="width: 100px">Monitoring</th>
3221
+                  <th style="width: 80px">Status</th>
3222
+                  <th style="width: 80px">Actions</th>
3219 3223
                 </tr>
3220 3224
               </thead>
3221 3225
               <tbody id="vhosts"></tbody>