[manager,web-app] 监控列表,新增修改监控等编码

This commit is contained in:
tomsun28
2021-12-02 17:50:42 +08:00
parent fad9367f81
commit 93dc809437
21 changed files with 929 additions and 152 deletions

View File

@@ -3,7 +3,7 @@ export class Monitor {
name!: string;
app!: string;
host!: string;
intervals!: number;
intervals: number = 600;
status!: number;
description!: string;
creator!: string;