[web-app] 监控状态映射图标展示

This commit is contained in:
tomsun28
2021-12-03 17:56:01 +08:00
parent c5f65e10ae
commit 96f962736e
6 changed files with 40 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ export class Monitor {
app!: string;
host!: string;
intervals: number = 600;
// 监控状态 0:未监控,1:可用,2:不可用,3:不可达,4:挂起
status!: number;
description!: string;
creator!: string;