Remove run node UI and expire registrations
This commit is contained in:
@@ -132,7 +132,7 @@ async function main() {
|
||||
{
|
||||
name: "首页",
|
||||
hash: "#/home",
|
||||
markers: ["平台概览", "运营数据已同步", "game.example", "运行节点", "CPU"]
|
||||
markers: ["平台概览", "运营数据已同步", "game.example", "CPU"]
|
||||
},
|
||||
{
|
||||
name: "服务器管理",
|
||||
@@ -170,14 +170,14 @@ async function main() {
|
||||
{
|
||||
name: "系统维护",
|
||||
hash: "#/maintenance",
|
||||
markers: ["系统维护", "运行节点", "最近失败任务"]
|
||||
markers: ["系统维护", "异常服务器", "最近失败任务"]
|
||||
},
|
||||
{
|
||||
name: "服务器详情",
|
||||
hash: `#/servers/${encodeURIComponent(server.id)}`,
|
||||
markers: [
|
||||
server.name,
|
||||
`${server.id} · 插件 ${server.pluginId}@${server.pluginVersion} · 节点 ${server.runEndpointId}`,
|
||||
`${server.id} · 插件 ${server.pluginId}@${server.pluginVersion} · Run 心跳`,
|
||||
"启动",
|
||||
"停止",
|
||||
"管理",
|
||||
|
||||
Reference in New Issue
Block a user