]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Display useful info if RGW is not configured 21977/head
authorVolker Theile <vtheile@suse.com>
Mon, 14 May 2018 12:28:51 +0000 (14:28 +0200)
committerVolker Theile <vtheile@suse.com>
Mon, 14 May 2018 12:40:56 +0000 (14:40 +0200)
commit49db9a99b8a6bed1ebcc0efa94f92c8e4cc37baf
treeb6d63205c7a510117bc672dbb85bcc31ea9b6954
parent9698176a0fafeed8833cd646941f0178609fc508
mgr/dashboard: Display useful info if RGW is not configured

Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from commit 83441af93cae11e62286a99e65e470a5788e8429)
qa/tasks/mgr/dashboard/test_rgw.py
src/pybind/mgr/dashboard/controllers/rgw.py
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-501/rgw-501.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts