mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: eventlog type variable collision (#5046)
This commit is contained in:
committed by
Neil Lathwood
parent
2aad2683b9
commit
6708c7cb81
@@ -22,6 +22,7 @@ var eventlog_grid = $("#eventlog").bootgrid({
|
||||
return {
|
||||
id: "eventlog",
|
||||
device: "' .mres($vars['device']) .'",
|
||||
eventtype: "' .mres($vars['eventtype']) .'",
|
||||
};
|
||||
},
|
||||
url: "ajax_table.php"
|
||||
|
Reference in New Issue
Block a user