]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/color.enum.ts
update dh_systemd restart patch for pacific
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / enum / color.enum.ts
1 import styles from '~/styles.scss';
2
3 export class Color {
4 // HEALTH
5 static HEALTH_ERR = styles.healthColorError;
6 static HEALTH_WARN = styles.healthColorWarning;
7 static HEALTH_OK = styles.healthColorHealthy;
8 }