Fix hiding single port

This commit is contained in:
Dane Everitt 2016-01-10 00:45:02 -05:00
parent 179481c547
commit 2ad300461e

View file

@ -754,6 +754,8 @@ $(document).ready(function () {
$('li[data-action="alloc_dropdown_val"][data-value="' + deleteIp + '"]').remove();
element.parent().parent().slideUp().remove();
}
} else {
element.fadeOut();
}
swal({
type: 'success',