mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixed ajax_* calls for use with base_url
This commit is contained in:
@@ -47,7 +47,7 @@ if (is_module_enabled('poller', 'mib')) {
|
||||
view: '<?php echo $vars['view']; ?>'
|
||||
};
|
||||
},
|
||||
url: "/ajax_table.php",
|
||||
url: "ajax_table.php",
|
||||
formatters: {
|
||||
},
|
||||
templates: {
|
||||
|
Reference in New Issue
Block a user