From 0ca2ffc5769191c13209e8318c564d5bb508af3b Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Wed, 27 Jul 2022 00:08:42 +0200 Subject: [PATCH] difficult to describe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I want to display an assignment of individual network nodes to specific network devices (which device is connected to which switch, router or wlan). It is still in the experimental phase, but is already usable in principle. Whether this "feature" will make it into the main fork, I can't say yet. Wegen der aktuellen Entwicklungsphase ist dieser teil ausschließlich deutsch. --- front/deviceDetails.php | 22 +++- front/network.php | 191 +++++++++++++++++++++++++++++++++++ front/php/server/devices.php | 2 + 3 files changed, 210 insertions(+), 5 deletions(-) create mode 100644 front/network.php diff --git a/front/deviceDetails.php b/front/deviceDetails.php index aefd7542..9ee4b1a2 100644 --- a/front/deviceDetails.php +++ b/front/deviceDetails.php @@ -17,6 +17,7 @@ if ($_SESSION["login"] != 1) } require 'php/templates/header.php'; + require 'php/server/db.php'; ?> @@ -263,6 +264,14 @@ if ($_REQUEST['mac'] == 'Internet') { $DevDetail_Tap_temp = "Tools"; } else { $D +
+ +
+ +
+
+ + @@ -453,7 +462,7 @@ if ($_REQUEST['mac'] == 'Internet') { ?>

Online Speedtest

- +
- - - + + + -
+