style: cluster table list

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 553ec724c2
commit 84859d1b7c
11 changed files with 217 additions and 76 deletions
@@ -14,7 +14,7 @@ import {
ClusterStatusLabelMap,
ProviderLabelMap,
ProviderValueMap,
poolActionList
clusterActionList
} from '../config';
import { ClusterListItem as ListItem, NodePoolListItem } from '../config/types';
import AddPool from './add-pool';
@@ -225,7 +225,7 @@ const CardItem: React.FC<CardProps> = (props) => {
};
const actions = useMemo(() => {
return poolActionList.filter((item) => {
return clusterActionList.filter((item) => {
if (item.provider) {
return item.provider === data.provider;
}