Updated stp branch

This commit is contained in:
Neil Lathwood
2016-01-26 01:40:08 +00:00
parent 1de495ac0f
commit 60603520df
2 changed files with 9 additions and 5 deletions

View File

@@ -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"