Fix hiding single port
This commit is contained in:
parent
179481c547
commit
2ad300461e
|
@ -754,6 +754,8 @@ $(document).ready(function () {
|
||||||
$('li[data-action="alloc_dropdown_val"][data-value="' + deleteIp + '"]').remove();
|
$('li[data-action="alloc_dropdown_val"][data-value="' + deleteIp + '"]').remove();
|
||||||
element.parent().parent().slideUp().remove();
|
element.parent().parent().slideUp().remove();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
element.fadeOut();
|
||||||
}
|
}
|
||||||
swal({
|
swal({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
|
|
Loading…
Reference in New Issue