From e5ac7d23a3ece96af5a4bd4dafcd34e81f69db7e Mon Sep 17 00:00:00 2001 From: glaszig Date: Sat, 3 Apr 2021 17:49:04 +0100 Subject: [PATCH] improve table layout 'internet connection' --- templates/networking.php | 62 +++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/templates/networking.php b/templates/networking.php index 9828c347..703c05df 100755 --- a/templates/networking.php +++ b/templates/networking.php @@ -18,40 +18,38 @@

-
-
-
- - +
+
+ + + + + + + + + + + + + - - - - + + + + - - - "; - } else { - foreach($routeInfo as $route) { - echo ""; - echo ""; - echo ""; - echo ""; - $status = $route["access-ip"] ? "fa-check" : "fa-times"; - echo ''; - $status = $route["access-dns"] ? "fa-check" : "fa-times"; - echo ''; - echo ""; - } - } - ?> - -
No route to the internet found

+

+ "> +

+

+ "> +

+
No route to the internet found
".$route["interface"]."".$route["ip-address"]."".$route["gateway"]."
".$route["gw-name"]."

'.RASPI_ACCESS_CHECK_IP.'

'.RASPI_ACCESS_CHECK_DNS.'
-
-
+ + + +