2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

feat: 不允许轻易删除 acepanel-network

This commit is contained in:
2026-01-23 05:30:58 +08:00
parent aef7dbd5bf
commit c699c96e6c

View File

@@ -128,7 +128,8 @@ const columns: any = [
NButton,
{
size: 'small',
type: 'error'
type: 'error',
disabled: row.name === 'acepanel-network' // 不允许删除 acepanel-network
},
{
default: () => $gettext('Delete')