]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add UI to configure the telemetry mgr plugin 25989/head
authorVolker Theile <vtheile@suse.com>
Thu, 7 Feb 2019 14:54:24 +0000 (15:54 +0100)
committerVolker Theile <vtheile@suse.com>
Tue, 12 Feb 2019 15:36:56 +0000 (16:36 +0100)
commitb9177e43c08cecdab7fcae2227bf3de83f888c60
tree52a0b46b059d750a784be09864887fd85b7b70e2
parente63814f1e22cda6f5dd22c28c8a83d699e0e9826
mgr/dashboard: Add UI to configure the telemetry mgr plugin

Fixes: tracker.ceph.com/issues/36488
Signed-off-by: Volker Theile <vtheile@suse.com>
28 files changed:
qa/suites/rados/mgr/tasks/dashboard.yaml
qa/tasks/ceph_test_case.py
qa/tasks/mgr/dashboard/helper.py
qa/tasks/mgr/dashboard/test_mgr_module.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_rgw.py
src/pybind/mgr/dashboard/controllers/mgr_modules.py [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/package-lock.json
src/pybind/mgr/dashboard/frontend/package.json
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/app.component.html
src/pybind/mgr/dashboard/frontend/src/app/app.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/core.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/mgr-modules/mgr-modules-list/mgr-modules-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/mgr-modules/mgr-modules-list/mgr-modules-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/mgr-modules/mgr-modules-list/mgr-modules-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/mgr-modules/mgr-modules-list/mgr-modules-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/mgr-modules/mgr-modules.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/mgr-modules/telemetry/telemetry.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/mgr-modules/telemetry/telemetry.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/mgr-modules/telemetry/telemetry.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/mgr-modules/telemetry/telemetry.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/api/mgr-module.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/mgr-module.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/notification.service.ts
src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf
src/pybind/mgr/dashboard/frontend/src/styles.scss
src/pybind/mgr/dashboard/tools.py