From 39e5bbec2aae6fd3b311fcbedd5f53b10d8c33dc Mon Sep 17 00:00:00 2001 From: hezhaohui Date: Tue, 14 Jul 2026 15:40:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20=E6=B7=BB=E5=8A=A0=E9=9B=86?= =?UTF-8?q?=E7=BE=A4=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E9=AA=A8=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 页面: - views/cluster/ClusterList.vue,集群/节点管理 功能: - 集群列表(按机房切分的 RKE2 集群) - 节点列表(node-label 多租户隔离) - 状态展示(健康、告警、资源使用率) 集群:rke2-bj-prod-01、rke2-sh-prod-01、rke2-ali-sz-01 --- frontend/src/views/cluster/ClusterList.vue | 255 +++++++++++++++++++++ 1 file changed, 255 insertions(+) create mode 100644 frontend/src/views/cluster/ClusterList.vue diff --git a/frontend/src/views/cluster/ClusterList.vue b/frontend/src/views/cluster/ClusterList.vue new file mode 100644 index 0000000..8234378 --- /dev/null +++ b/frontend/src/views/cluster/ClusterList.vue @@ -0,0 +1,255 @@ + + + + +