mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed scrut issues
This commit is contained in:
@@ -76,10 +76,10 @@ var grid = $("#inventory").bootgrid({
|
|||||||
return {
|
return {
|
||||||
id: "inventory",
|
id: "inventory",
|
||||||
device: '<?php echo htmlspecialchars($_POST['device']); ?>',
|
device: '<?php echo htmlspecialchars($_POST['device']); ?>',
|
||||||
string: '<?php echo $_POST['string']; ?>',
|
string: '<?php echo mres($_POST['string']); ?>',
|
||||||
device_string: '<?php echo $_POST['device_string']; ?>',
|
device_string: '<?php echo mres($_POST['device_string']); ?>',
|
||||||
part: '<?php echo $_POST['part']; ?>',
|
part: '<?php echo mres($_POST['part']); ?>',
|
||||||
serial: '<?php echo $_POST['serial']; ?>'
|
serial: '<?php echo mres($_POST['serial']); ?>'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
url: "/ajax_table.php"
|
url: "/ajax_table.php"
|
||||||
|
|||||||
Reference in New Issue
Block a user