mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
empty Outages tables (#14167)
This commit is contained in:
@@ -38,7 +38,7 @@ var outages_grid = $("#outages").bootgrid({
|
||||
post: function ()
|
||||
{
|
||||
return {
|
||||
device: "' . (int) ($vars['device']) . '",
|
||||
device: ' . (empty($vars['device']) ? 'null' : (int) $vars['device']) . ',
|
||||
to: "' . addcslashes($vars['to'], '"') . '",
|
||||
from: "' . addcslashes($vars['from'], '"') . '",
|
||||
};
|
||||
|
Reference in New Issue
Block a user