fix: use k3s labels in UI

This commit is contained in:
Codex
2026-05-16 12:33:32 +00:00
parent 7719160d18
commit 75fb6757b2
4 changed files with 74 additions and 74 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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" },