Agent/alerts (#2943)

* alerts view is now cached

* added styling to alerts page

* fixed row detail view import
This commit is contained in:
Aditya Bist
2018-10-23 14:42:31 -07:00
committed by GitHub
parent c56dd2cdbd
commit 89e959c2e3
9 changed files with 135 additions and 35 deletions

View File

@@ -57,7 +57,6 @@ export class OperatorsViewComponent extends JobManagementView implements OnInit
};
private dataView: any;
private _serverName: string;
private _isCloud: boolean;
@ViewChild('operatorsgrid') _gridEl: ElementRef;