Remove run node UI and expire registrations
This commit is contained in:
@@ -2,7 +2,7 @@ import type { PluginCatalogItem, ServerInstanceView, ShellSummaryItem, UserAcces
|
||||
|
||||
export const shellSummary: ShellSummaryItem[] = [
|
||||
{ label: "服务器实例", value: "2", detail: "1 个运行中,1 个待配置", tone: "success" },
|
||||
{ label: "运行节点", value: "1", detail: "本地执行器在线", tone: "success" },
|
||||
{ label: "运行通道", value: "1", detail: "Run 心跳已接入", tone: "success" },
|
||||
{ label: "插件", value: "2", detail: "桥接能力已就绪", tone: "success" },
|
||||
{ label: "访问审核", value: "1", detail: "待确认角色变更", tone: "warning" }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user