mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updated load data (#12897)
This commit is contained in:
@@ -92,8 +92,8 @@ if (! Auth::user()->hasGlobalAdmin()) {
|
||||
success: function (data) {
|
||||
if (data.status == 'ok') {
|
||||
$("#search_alert_rule_modal").one('hidden.bs.modal', function(event) {
|
||||
loadRule(data);
|
||||
$('#create-alert').modal('show');
|
||||
loadRule(data);
|
||||
});
|
||||
$("#search_alert_rule_modal").modal('hide');
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user