chore: grafana entry

This commit is contained in:
jialin
2026-02-06 14:27:05 +08:00
parent 7f3d6bb55f
commit 4ff5b3e05a
6 changed files with 26 additions and 12 deletions
+1 -2
View File
@@ -74,8 +74,7 @@ const Clusters: React.FC = () => {
});
const navigate = useNavigate();
const { goToGrafana, ActionButton } = useGranfanaLink({
type: 'cluster',
dataList: dataSource.dataList || []
type: 'cluster'
});
const { watchDataList: allWorkerPoolList } = useWatchList(WORKER_POOLS_API);
const [expandAtom] = useAtom(expandKeysAtom);