From 5c24813d36541a178c893337b5cacc7749cdd505 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 10 Mar 2026 20:43:01 -0400 Subject: [PATCH] Move client column back to the end in networks --- agent/networks.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/agent/networks.php b/agent/networks.php index 9cc73456..12c5b6a3 100644 --- a/agent/networks.php +++ b/agent/networks.php @@ -200,13 +200,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - - - - Client - - - Name @@ -242,6 +235,13 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); DNS + + + + Client + + + Action @@ -291,9 +291,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - - -
@@ -311,6 +308,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); + + +