Deactivate delete button on dependency delete (#10852)

This commit is contained in:
SourceDoctor
2019-11-20 09:54:52 +01:00
committed by PipoCanaja
parent c46a14af53
commit ac34d3bee2

View File

@@ -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);
}