mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
service templates - move to blade - fix remove route
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
if (confirm('@lang('Are you sure you want to remove all Services created by ')' + name + '?')) {
|
||||
$.ajax({
|
||||
url: url,
|
||||
type: 'DELETE',
|
||||
type: 'POST',
|
||||
success: function (msg) {
|
||||
document.getElementById("manage-services-table").deleteRow(index);
|
||||
toastr.success(msg);
|
||||
|
||||
Reference in New Issue
Block a user