[web-app] 告警配置列表,新增告警定义,修改告警定义功能

This commit is contained in:
tomsun28
2021-12-12 18:32:23 +08:00
parent 5dd417f369
commit 441df8f3c2
6 changed files with 218 additions and 14 deletions

View File

@@ -25,6 +25,7 @@ export class MonitorNewComponent implements OnInit {
profileForm: FormGroup = new FormGroup({});
detected: boolean = true;
passwordVisible: boolean = false;
// 是否显示加载中
isSpinning:boolean = false
constructor(private appDefineSvc: AppDefineService,
private monitorSvc: MonitorService,