feat: cluster ux

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 4711c848f8
commit ed49e03802
11 changed files with 570 additions and 224 deletions
@@ -302,6 +302,18 @@ const Workers: React.FC = () => {
);
}}
/>
<Column
title="Cluster"
dataIndex="cluster"
key="cluster"
render={(text, record: ListItem) => {
return (
<AutoTooltip ghost maxWidth={240}>
<span>digital-ocean-cluster</span>
</AutoTooltip>
);
}}
/>
<Column
title={intl.formatMessage({ id: 'common.table.status' })}
dataIndex="state"