]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add UI for Cluster-wide OSD Flags configuration 22461/head
authorTiago Melo <tmelo@suse.com>
Fri, 11 May 2018 11:26:01 +0000 (12:26 +0100)
committerTiago Melo <tmelo@suse.com>
Mon, 2 Jul 2018 10:14:33 +0000 (11:14 +0100)
commit4d57690bf55d5b5fbb915d28d4e7b7735556d243
tree2fca51cda5f0088a21c9a5a4894d7b9c89b22e91
parent505e29c07251528dfe4dff0e72f9dd2318ab657f
mgr/dashboard: Add UI for Cluster-wide OSD Flags configuration

Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-modal/osd-flags-modal.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/osd.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/osd.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts