[web-app] 告警配置列表信息展示

This commit is contained in:
tomsun28
2021-12-12 10:33:27 +08:00
parent cb08054d30
commit f34d7d0370
18 changed files with 522 additions and 16 deletions

View File

@@ -0,0 +1,16 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-alert-notice',
templateUrl: './alert-notice.component.html',
styles: [
]
})
export class AlertNoticeComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}