mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated stp branch
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user