]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/health-icon.enum.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / enum / health-icon.enum.ts
index 7330a250bde6017975ec5da2d31a898b09fa29b3..f741c396705a0173a23c3cb3ac581829afe98ef1 100644 (file)
@@ -3,3 +3,9 @@ export enum HealthIcon {
   HEALTH_WARN = 'fa fa-exclamation-triangle',
   HEALTH_OK = 'fa fa-check-circle'
 }
+
+export enum AlertClass {
+  critical = 'danger',
+  warning = 'warning',
+  info = 'info'
+}