fix: use k3s labels in UI
This commit is contained in:
+1
-1
@@ -535,7 +535,7 @@
|
||||
},
|
||||
{
|
||||
"id": "k3sctl-adapter",
|
||||
"name": "K3S Control Plane",
|
||||
"name": "k3s Control Plane",
|
||||
"providerId": "D601",
|
||||
"description": "k3sctl-adapter 是 UniDesk 直管的 k3s 控制平面适配微服务,连接 D601 原生 k3s/k3sctl 控制平面,并通过 k3s 标准服务路由代理 D601/D518 等节点上的代管微服务。",
|
||||
"repository": {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -161,7 +161,7 @@ export function K3sCtlPage({ microservices, onRaw, apiBaseUrl, onNavigate }: Any
|
||||
|
||||
return h("div", { className: "k3s-page", "data-testid": "k3sctl-page" },
|
||||
h(Panel, {
|
||||
title: "K3S Control Plane",
|
||||
title: "k3s Control Plane",
|
||||
eyebrow: "Managed by k3sctl-adapter",
|
||||
className: "k3s-hero-panel",
|
||||
loading: state.loading,
|
||||
|
||||
@@ -70,7 +70,7 @@ export const MODULES: UniDeskModuleDefinition[] = [
|
||||
{ id: "baidu-netdisk", label: "Baidu Netdisk" },
|
||||
{ id: "filebrowser", label: "File Browser" },
|
||||
{ id: "oa-event-flow", label: "OA Event Flow" },
|
||||
{ id: "k3sctl", label: "K3S Control" },
|
||||
{ id: "k3sctl", label: "k3s Control" },
|
||||
{ id: "code-queue", label: "Code Queue" },
|
||||
{ id: "mdtodo", label: "MDTODO" },
|
||||
{ id: "project-manager", label: "Project Manager" },
|
||||
|
||||
Reference in New Issue
Block a user