mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix URL path to ajax_form.php for testing alerts
This commit is contained in:
@@ -858,7 +858,7 @@ echo '
|
||||
var transport = $this.data("transport");
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: '/ajax_form.php',
|
||||
url: 'ajax_form.php',
|
||||
data: { type: "test-transport", transport: transport },
|
||||
dataType: "json",
|
||||
success: function(data){
|
||||
|
||||
Reference in New Issue
Block a user