[monitor] 告警中心-告警删除

This commit is contained in:
tomsun28
2021-12-14 08:45:08 +08:00
parent 141b9dfa7e
commit 2167a3e31f
4 changed files with 60 additions and 16 deletions

View File

@@ -13,10 +13,6 @@
</nz-breadcrumb>
<nz-divider></nz-divider>
<button nz-button nzType="primary" (click)="onRestoreAlerts()" >
<i nz-icon nzType="up-circle" nzTheme="outline"></i>
恢复告警
</button>
<button nz-button nzType="primary" (click)="onDeleteAlerts()">
<i nz-icon nzType="delete" nzTheme="outline"></i>
删除告警
@@ -68,9 +64,6 @@
<td nzAlign="center">{{ data.content }}</td>
<td nzAlign="center">{{ data.gmtCreate }}</td>
<td nzAlign="center" nzRight>
<button nz-button nzType="primary" (click)="onRestoreOneAlert(data.id)">
<i nz-icon nzType="up-circle" nzTheme="outline"></i>
</button>
<button nz-button nzType="primary" (click)="onDeleteOneAlert(data.id)">
<i nz-icon nzType="delete" nzTheme="outline"></i>
</button>