From 60603520dfeaca4b6d2994766084a8437252144c Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Tue, 26 Jan 2016 01:40:08 +0000 Subject: [PATCH] Updated stp branch --- html/includes/common/stp-ports.inc.php | 3 ++- html/includes/table/stp-ports.inc.php | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/html/includes/common/stp-ports.inc.php b/html/includes/common/stp-ports.inc.php index 34b8639527..862b514d51 100644 --- a/html/includes/common/stp-ports.inc.php +++ b/html/includes/common/stp-ports.inc.php @@ -27,7 +27,8 @@ var grid = $("#stp-ports").bootgrid( { post: function () { return { - id: "stp-ports" + id: "stp-ports", + device_id: ' . $device['device_id'] . ', }; }, url: "ajax_table.php" diff --git a/html/includes/table/stp-ports.inc.php b/html/includes/table/stp-ports.inc.php index f3e31b5fbf..3a2113b0bc 100644 --- a/html/includes/table/stp-ports.inc.php +++ b/html/includes/table/stp-ports.inc.php @@ -1,8 +1,10 @@