mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 05:44:45 +02:00
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();
|
||||
element.parent().parent().slideUp().remove();
|
||||
}
|
||||
} else {
|
||||
element.fadeOut();
|
||||
}
|
||||
swal({
|
||||
type: 'success',
|
||||
|
Loading…
x
Reference in New Issue
Block a user