summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/enum/components.enum.ts
blob: bf8daafc2b13353c08fcead7d46185e24ed5471f (plain)
1
2
3
4
5
6
7
8
9
export enum Components {
  auth = 'Login',
  cephfs = 'CephFS',
  rbd = 'RBD',
  pool = 'Pool',
  osd = 'OSD',
  role = 'Role',
  user = 'User'
}