summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/health-color.enum.ts
blob: 042394225166b14949f099541840e605bb6879a6 (plain)
1
2
3
4
5
export enum HealthColor {
  HEALTH_ERR = 'health-color-error',
  HEALTH_WARN = 'health-color-warning',
  HEALTH_OK = 'health-color-healthy'
}