mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-11 02:43:45 +02:00
Fix hiding single port
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user