feat: add cluster list

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent 43e1dd0b0e
commit 89001dbb92
24 changed files with 1695 additions and 110 deletions
+2
View File
@@ -5,6 +5,7 @@ import {
DownloadOutlined,
EditOutlined,
ExperimentOutlined,
FileTextOutlined,
RetweetOutlined,
ThunderboltOutlined
} from '@ant-design/icons';
@@ -17,6 +18,7 @@ const icons = {
ThunderboltOutlined: React.createElement(ThunderboltOutlined),
RetweetOutlined: React.createElement(RetweetOutlined),
DownloadOutlined: React.createElement(DownloadOutlined),
FileTextOutlined: React.createElement(FileTextOutlined),
ApiOutlined: React.createElement(ApiOutlined),
Stop: React.createElement(IconFont, { type: 'icon-stop1' }),
Play: React.createElement(IconFont, { type: 'icon-outline-play' }),
+1 -1
View File
@@ -2,7 +2,7 @@ import { createFromIconfontCN } from '@ant-design/icons';
// import './iconfont/iconfont.js';
const IconFont = createFromIconfontCN({
scriptUrl: '//at.alicdn.com/t/c/font_4613488_oxxxb51iqbp.js'
scriptUrl: '//at.alicdn.com/t/c/font_4613488_qgb5xlexehp.js'
});
export default IconFont;