feat: add cluster detail page

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 62dbd18ef8
commit 64bbba7576
14 changed files with 170 additions and 120 deletions
@@ -31,9 +31,9 @@ const actionItems = [
icon: <EditOutlined />
},
{
key: 'view',
key: 'details',
label: 'common.button.view',
icon: <EditOutlined />
icon: <IconFont type="icon-detail-info" className="font-size-16" />
},
{
key: 'add_worker',