refactor: credential table columns

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 43936e21d9
commit 0c1057d554
34 changed files with 648 additions and 503 deletions
+17 -1
View File
@@ -65,6 +65,22 @@ export const addActions = [
}
];
export const credentialActionList = [
{
key: 'edit',
label: 'common.button.edit',
icon: icons.EditOutlined
},
{
key: 'delete',
props: {
danger: true
},
label: 'common.button.delete',
icon: icons.DeleteOutlined
}
];
export const clusterActionList = [
{
key: 'edit',
@@ -74,7 +90,7 @@ export const clusterActionList = [
{
key: 'details',
label: 'common.button.detail',
icon: icons.DetailInfo
icon: icons.FileTextOutlined
},
{
key: 'add_worker',