Fix hiding single port
This commit is contained in:
parent
179481c547
commit
2ad300461e
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue