]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: renamed dashboard_v2 to dashboard 20912/head
authorRicardo Dias <rdias@suse.com>
Thu, 15 Mar 2018 08:50:22 +0000 (08:50 +0000)
committerRicardo Dias <rdias@suse.com>
Fri, 16 Mar 2018 07:23:08 +0000 (07:23 +0000)
commitaa205a6731d7b00b850bef727eafa2336190d097
treecb8b35b326b5c6c0af7dceb8ecec4bc8a0867a1c
parented291d9e4d974f3cf3d0821c969ced0d9053660e
mgr/dashboard: renamed dashboard_v2 to dashboard

Signed-off-by: Ricardo Dias <rdias@suse.com>
576 files changed:
CMakeLists.txt
ceph.spec.in
debian/rules
make-dist
qa/suites/rados/mgr/tasks/dashboard.yaml [new file with mode: 0644]
qa/suites/rados/mgr/tasks/dashboard_v2.yaml [deleted file]
qa/tasks/mgr/dashboard/__init__.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/helper.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_auth.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_cephfs.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_cluster_configuration.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_dashboard.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_host.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_monitor.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_osd.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_perf_counters.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_pool.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_rbd.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_rgw.py [new file with mode: 0644]
qa/tasks/mgr/dashboard/test_summary.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/__init__.py [deleted file]
qa/tasks/mgr/dashboard_v2/helper.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_auth.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_cephfs.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_cluster_configuration.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_dashboard.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_host.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_monitor.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_osd.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_perf_counters.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_pool.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_rbd.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_rgw.py [deleted file]
qa/tasks/mgr/dashboard_v2/test_summary.py [deleted file]
qa/tasks/mgr/test_dashboard.py [new file with mode: 0644]
qa/tasks/mgr/test_dashboard_v2.py [deleted file]
src/pybind/mgr/CMakeLists.txt
src/pybind/mgr/dashboard/.coveragerc [new file with mode: 0644]
src/pybind/mgr/dashboard/.editorconfig [new file with mode: 0644]
src/pybind/mgr/dashboard/.gitignore [new file with mode: 0644]
src/pybind/mgr/dashboard/.pylintrc [new file with mode: 0644]
src/pybind/mgr/dashboard/CMakeLists.txt [new file with mode: 0644]
src/pybind/mgr/dashboard/HACKING.rst [new file with mode: 0644]
src/pybind/mgr/dashboard/README.rst [new file with mode: 0644]
src/pybind/mgr/dashboard/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/auth.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/cephfs.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/cluster_configuration.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/dashboard.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/host.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/monitor.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/osd.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/perf_counters.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/pool.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/rbd.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/rbd_mirroring.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/rgw.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/summary.py [new file with mode: 0644]
src/pybind/mgr/dashboard/controllers/tcmu_iscsi.py [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.angular-cli.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.editorconfig [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/.gitignore [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/e2e/app.e2e-spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/e2e/app.po.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/e2e/tsconfig.e2e.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/karma.conf.js [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/package.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/protractor.conf.js [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/proxy.conf.json.sample [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/app.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi/iscsi.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirror-health-color.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirror-health-color.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/mirroring.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/pool-detail/pool-detail.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/pool-detail/pool-detail.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/pool-detail/pool-detail.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/pool-detail/pool-detail.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/ceph.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/clients/clients.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/clients/clients.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/clients/clients.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/clients/clients.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/cluster.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/monitor/monitor.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/health/health.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/log-color.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/log-color.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mds-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mds-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mgr-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mgr-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mon-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/mon-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/osd-summary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/osd-summary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/pg-status-style.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/pg-status-style.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/pg-status.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard/pg-status.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/services/table-performance-counter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/services/table-performance-counter.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/services/rgw-daemon.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/services/rgw-daemon.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/auth.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/login/login.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/logout/logout.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/logout/logout.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/logout/logout.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/logout/logout.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/core.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/not-found/not-found.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/components.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/sparkline/sparkline.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/view-cache/view-cache.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/view-cache/view-cache.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/view-cache/view-cache.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/components/view-cache/view-cache.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/datatable.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/password-button.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/password-button.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/cell-template.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/view-cache-status.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-column.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-table-selection.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/chart-tooltip.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/credentials.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ceph-short-version.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/ceph-short-version.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless-binary.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/dimless.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/filter.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/filter.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/health-color.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/health-color.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/list.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/list.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/pipes.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/relative-date.pipe.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/pipes/relative-date.pipe.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-guard.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-interceptor.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-storage.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/configuration.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/configuration.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/formatter.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/formatter.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/host.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/pool.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/rbd-mirroring.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/rbd-mirroring.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/services.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/summary.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/summary.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/tcmu-iscsi.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/shared.module.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/.gitkeep [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/1280px-Mimic_Octopus2.jpg [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/Ceph_Logo_Stacked_RGB_White_120411_fa_256x256.png [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/Ceph_Logo_Standard_RGB_White_120411_fa.png [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/loading.gif [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/assets/logo-mini.png [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/assets/notification-icons.png [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/defaults.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/environments/environment.prod.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/environments/environment.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/favicon.ico [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/index.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/main.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/openattic-theme.scss [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/src/polyfills.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/styles/chart-tooltip.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/test.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/tsconfig.app.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/tsconfig.spec.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/typings.d.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/tsconfig.json [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/tslint.json [new file with mode: 0644]
src/pybind/mgr/dashboard/module.py [new file with mode: 0644]
src/pybind/mgr/dashboard/requirements.txt [new file with mode: 0644]
src/pybind/mgr/dashboard/run-backend-api-tests.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/run-frontend-unittests.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/run-tox.sh [new file with mode: 0755]
src/pybind/mgr/dashboard/services/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/services/ceph_service.py [new file with mode: 0644]
src/pybind/mgr/dashboard/settings.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/helper.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_notification.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_rbd_mirroring.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_settings.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_tcmu_iscsi.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tests/test_tools.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tools.py [new file with mode: 0644]
src/pybind/mgr/dashboard/tox.ini [new file with mode: 0644]
src/pybind/mgr/dashboard_v2/.coveragerc [deleted file]
src/pybind/mgr/dashboard_v2/.editorconfig [deleted file]
src/pybind/mgr/dashboard_v2/.gitignore [deleted file]
src/pybind/mgr/dashboard_v2/.pylintrc [deleted file]
src/pybind/mgr/dashboard_v2/CMakeLists.txt [deleted file]
src/pybind/mgr/dashboard_v2/HACKING.rst [deleted file]
src/pybind/mgr/dashboard_v2/README.rst [deleted file]
src/pybind/mgr/dashboard_v2/__init__.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/__init__.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/auth.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/cephfs.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/cluster_configuration.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/dashboard.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/host.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/monitor.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/osd.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/perf_counters.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/pool.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/rbd.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/rbd_mirroring.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/rgw.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/summary.py [deleted file]
src/pybind/mgr/dashboard_v2/controllers/tcmu_iscsi.py [deleted file]
src/pybind/mgr/dashboard_v2/frontend/.angular-cli.json [deleted file]
src/pybind/mgr/dashboard_v2/frontend/.editorconfig [deleted file]
src/pybind/mgr/dashboard_v2/frontend/.gitignore [deleted file]
src/pybind/mgr/dashboard_v2/frontend/e2e/app.e2e-spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/e2e/app.po.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/e2e/tsconfig.e2e.json [deleted file]
src/pybind/mgr/dashboard_v2/frontend/karma.conf.js [deleted file]
src/pybind/mgr/dashboard_v2/frontend/package.json [deleted file]
src/pybind/mgr/dashboard_v2/frontend/protractor.conf.js [deleted file]
src/pybind/mgr/dashboard_v2/frontend/proxy.conf.json.sample [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/app-routing.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/app.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/app.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/app.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/app.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/app.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/block.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/iscsi/iscsi.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/iscsi/iscsi.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/iscsi/iscsi.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/iscsi/iscsi.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/mirror-health-color.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/mirror-health-color.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/mirroring/mirroring.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/mirroring/mirroring.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/mirroring/mirroring.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/mirroring/mirroring.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/pool-detail/pool-detail.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/pool-detail/pool-detail.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/pool-detail/pool-detail.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/block/pool-detail/pool-detail.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/ceph.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/cephfs/cephfs.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/clients/clients.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/clients/clients.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/clients/clients.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cephfs/clients/clients.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/cluster.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/configuration/configuration.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/configuration/configuration.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/configuration/configuration.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/configuration/configuration.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/hosts/hosts.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/monitor/monitor.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-details/osd-details.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd-performance-histogram/osd-performance-histogram.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/cluster/osd/osd.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/dashboard.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/dashboard.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/dashboard.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/dashboard/dashboard.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/health-pie/health-pie.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/health/health.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/health/health.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/health/health.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/health/health.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/log-color.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/log-color.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/mds-summary.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/mds-summary.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/mgr-summary.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/mgr-summary.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/mon-summary.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/mon-summary.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/osd-summary.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/osd-summary.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/pg-status-style.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/pg-status-style.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/pg-status.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/dashboard/pg-status.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/performance-counter.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/performance-counter/performance-counter.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/services/table-performance-counter.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/services/table-performance-counter.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/performance-counter/table-performance-counter/table-performance-counter.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/rgw.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/services/rgw-daemon.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/ceph/rgw/services/rgw-daemon.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/auth.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/login/login.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/login/login.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/login/login.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/login/login.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/logout/logout.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/logout/logout.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/logout/logout.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/auth/logout/logout.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/core.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/navigation/navigation.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/navigation/navigation/navigation.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/navigation/navigation/navigation.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/navigation/navigation/navigation.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/navigation/navigation/navigation.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/not-found/not-found.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/not-found/not-found.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/not-found/not-found.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/core/not-found/not-found.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/components.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/sparkline/sparkline.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/sparkline/sparkline.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/sparkline/sparkline.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/sparkline/sparkline.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/view-cache/view-cache.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/view-cache/view-cache.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/view-cache/view-cache.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/components/view-cache/view-cache.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/datatable/datatable.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/datatable/table-key-value/table-key-value.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/datatable/table/table.component.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/datatable/table/table.component.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/datatable/table/table.component.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/datatable/table/table.component.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/directives/password-button.directive.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/directives/password-button.directive.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/enum/cell-template.enum.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/enum/view-cache-status.enum.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/models/cd-table-column.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/models/cd-table-selection.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/models/chart-tooltip.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/models/credentials.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/ceph-short-version.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/ceph-short-version.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/dimless-binary.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/dimless-binary.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/dimless.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/dimless.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/filter.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/filter.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/health-color.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/health-color.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/list.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/list.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/pipes.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/relative-date.pipe.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/pipes/relative-date.pipe.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/auth-guard.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/auth-interceptor.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/auth-storage.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/auth.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/configuration.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/configuration.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/formatter.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/formatter.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/host.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/pool.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/rbd-mirroring.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/rbd-mirroring.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/services.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/summary.service.spec.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/summary.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/services/tcmu-iscsi.service.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/app/shared/shared.module.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/assets/.gitkeep [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/assets/1280px-Mimic_Octopus2.jpg [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/assets/Ceph_Logo_Stacked_RGB_White_120411_fa_256x256.png [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/assets/Ceph_Logo_Standard_RGB_White_120411_fa.png [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/assets/loading.gif [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/assets/logo-mini.png [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/assets/notification-icons.png [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/defaults.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/environments/environment.prod.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/environments/environment.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/favicon.ico [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/index.html [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/main.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/openattic-theme.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/polyfills.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/styles.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/styles/chart-tooltip.scss [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/test.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/tsconfig.app.json [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/tsconfig.spec.json [deleted file]
src/pybind/mgr/dashboard_v2/frontend/src/typings.d.ts [deleted file]
src/pybind/mgr/dashboard_v2/frontend/tsconfig.json [deleted file]
src/pybind/mgr/dashboard_v2/frontend/tslint.json [deleted file]
src/pybind/mgr/dashboard_v2/module.py [deleted file]
src/pybind/mgr/dashboard_v2/requirements.txt [deleted file]
src/pybind/mgr/dashboard_v2/run-backend-api-tests.sh [deleted file]
src/pybind/mgr/dashboard_v2/run-frontend-unittests.sh [deleted file]
src/pybind/mgr/dashboard_v2/run-tox.sh [deleted file]
src/pybind/mgr/dashboard_v2/services/__init__.py [deleted file]
src/pybind/mgr/dashboard_v2/services/ceph_service.py [deleted file]
src/pybind/mgr/dashboard_v2/settings.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/__init__.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/helper.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_notification.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_rbd_mirroring.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_settings.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_tcmu_iscsi.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_tools.py [deleted file]
src/pybind/mgr/dashboard_v2/tools.py [deleted file]
src/pybind/mgr/dashboard_v2/tox.ini [deleted file]
src/test/CMakeLists.txt
src/test/mgr/CMakeLists.txt
src/test/mgr/mgr-dashboard-smoke.sh [new file with mode: 0755]
src/test/mgr/mgr-dashboard_v2-smoke.sh [deleted file]
src/vstart.sh