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 {
|
||||
id: "inventory",
|
||||
device: '<?php echo htmlspecialchars($_POST['device']); ?>',
|
||||
string: '<?php echo $_POST['string']; ?>',
|
||||
device_string: '<?php echo $_POST['device_string']; ?>',
|
||||
part: '<?php echo $_POST['part']; ?>',
|
||||
serial: '<?php echo $_POST['serial']; ?>'
|
||||
string: '<?php echo mres($_POST['string']); ?>',
|
||||
device_string: '<?php echo mres($_POST['device_string']); ?>',
|
||||
part: '<?php echo mres($_POST['part']); ?>',
|
||||
serial: '<?php echo mres($_POST['serial']); ?>'
|
||||
};
|
||||
},
|
||||
url: "/ajax_table.php"
|
||||
|
||||
Reference in New Issue
Block a user