From 9bfea11442278994ddd0f8fc372ca703fd188306 Mon Sep 17 00:00:00 2001 From: leiweibau <105860611+leiweibau@users.noreply.github.com> Date: Wed, 27 Jul 2022 01:13:32 +0200 Subject: [PATCH] Update network.php --- front/network.php | 57 ++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 26 deletions(-) diff --git a/front/network.php b/front/network.php index e53692f2..202d46ec 100644 --- a/front/network.php +++ b/front/network.php @@ -130,6 +130,9 @@ echo $_REQUEST['device_id']; '.$pia_func_netdevname.' / '.$pia_func_netdevtyp.''; } @@ -147,39 +150,41 @@ function createnetworktabcontent($pia_func_netdevid, $pia_func_netdevname, $pia_ } echo ' '; } +// ##################################### +// Build Tab Box +// ##################################### + $sql = 'SELECT "device_id", "net_device_name", "net_device_typ" FROM "network_infrastructure"'; $result = $db->query($sql);//->fetchArray(SQLITE3_ASSOC); ?> - - +