Updated discovery to log new type + updated eventlog page to show this

This commit is contained in:
laf
2015-08-05 20:05:45 +00:00
parent 2537767f2d
commit 746c52046b
4 changed files with 29 additions and 3 deletions

View File

@@ -20,6 +20,8 @@ var grid = $("#eventlog").bootgrid({
{
return {
id: "eventlog",
device: "' .mres($vars['device']) .'",
type: "' .mres($vars['type']) .'",
};
},
url: "/ajax_table.php"