mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Deactivate delete button on dependency delete (#10852)
This commit is contained in:
@@ -60,6 +60,7 @@ $('#hostdep-removal').click('', function(event) {
|
||||
$("#confirm-delete").modal('hide');
|
||||
// Clear the host association from html
|
||||
$('[data-row-id=' + row_id + ']').find('.parenthost').text('None');
|
||||
$('#hostdeps').bootgrid('reload');
|
||||
} else {
|
||||
toastr.error(output.message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user