mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fixing API Creation Error Message (#11745)
This commit is contained in:
@@ -232,7 +232,7 @@ if (Auth::user()->hasGlobalAdmin()) {
|
||||
}
|
||||
},
|
||||
error: function(){
|
||||
$("#thanks").html('<div class="alert alert-info">An error occurred removing the token.</div>');
|
||||
$("#thanks").html('<div class="alert alert-info">An error occurred creating the token.</div>');
|
||||
$("#create-token").modal('hide');
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user