From 0eeca43e445db45261422514fdb870349c053101 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Wed, 13 Nov 2024 16:52:57 -0800 Subject: [PATCH] Add some mobile tools (#1690) --- files/app/main/app.ut | 47 +++++++++++++++++++++++----- files/app/main/tools/e/iperf3.ut | 4 ++- files/app/main/tools/e/ping.ut | 4 ++- files/app/main/tools/e/traceroute.ut | 4 ++- files/app/partial/tools.ut | 4 ++- files/app/resource/css/mobile.css | 46 +++++++++++++++++++++++++-- 6 files changed, 95 insertions(+), 14 deletions(-) diff --git a/files/app/main/app.ut b/files/app/main/app.ut index b73e5b7c..0b722b7d 100755 --- a/files/app/main/app.ut +++ b/files/app/main/app.ut @@ -146,11 +146,9 @@
- {%if (auth.isAdmin) { %} - -
-
- {% } %} +
+ {{_R("tools")}} +
{{_R("login")}} @@ -158,8 +156,43 @@
{% } %} diff --git a/files/app/main/tools/e/iperf3.ut b/files/app/main/tools/e/iperf3.ut index ba41106c..ea1a699c 100755 --- a/files/app/main/tools/e/iperf3.ut +++ b/files/app/main/tools/e/iperf3.ut @@ -56,7 +56,7 @@ const mynode = configuration.getName();
-
+
@@ -83,7 +83,9 @@ const mynode = configuration.getName();