]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
wireguard.cgi: Move the status column more to the left
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Apr 2024 17:41:59 +0000 (19:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Apr 2025 14:47:53 +0000 (16:47 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/wireguard.cgi

index af4ea15511b9cb1de76c7ab267503671ec960a15..923f32224f6ac6a84850d63c9867c167e1dc1285 100644 (file)
@@ -147,12 +147,12 @@ END
                                        $Lang::tr{'name'}
                                </th>
 
-                               <th>
-                                       $Lang::tr{'remark'}
+                               <th width='20%' colspan='2'>
+                                       $Lang::tr{'status'}
                                </th>
 
-                               <th width='10%' colspan='2'>
-                                       $Lang::tr{'status'}
+                               <th>
+                                       $Lang::tr{'remark'}
                                </th>
 
                                <th width='10%' colspan='3'>
@@ -222,10 +222,6 @@ EOF
                                        $name
                                </th>
 
-                               <td>
-                                       $remarks
-                               </td>
-
                                <td class="@status">
                                        $connected
                                </td>
@@ -234,6 +230,10 @@ EOF
                                        $location
                                </td>
 
+                               <td>
+                                       $remarks
+                               </td>
+
                                <td class="text-center">
                                        <form method='post'>
                                                <input type='image' name='$Lang::tr{'toggle enable disable'}' src='/images/$gif'