feat: monitor button

This commit is contained in:
jialin
2026-02-04 20:14:25 +08:00
parent 47596fdb1a
commit 4e8b5e26ae
40 changed files with 352 additions and 176 deletions
+6 -6
View File
@@ -39,11 +39,6 @@ export const ActionList: ActionItem[] = [
key: 'edit',
icon: icons.EditOutlined
},
{
label: 'resources.metrics.details',
key: 'metrics',
icon: icons.Metrics
},
{
label: 'models.openinplayground',
key: 'chat',
@@ -51,7 +46,7 @@ export const ActionList: ActionItem[] = [
},
{
key: 'copy',
label: 'common.button.duplicate',
label: 'common.button.clone',
icon: icons.CopyOutlined
},
{
@@ -64,6 +59,11 @@ export const ActionList: ActionItem[] = [
key: 'stop',
icon: icons.Stop
},
{
label: 'resources.metrics.details',
key: 'metrics',
icon: icons.Metrics
},
{
label: 'common.button.delete',
key: 'delete',