]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: About modal proposed changes 25376/head
authorKanika Murarka <kmurarka@redhat.com>
Sun, 2 Dec 2018 17:49:54 +0000 (23:19 +0530)
committerKanika Murarka <kmurarka@redhat.com>
Wed, 16 Jan 2019 07:25:09 +0000 (12:55 +0530)
commit175b83c56eab13574c09c6ed36320095e0247199
treeb35797b7c44e78d7c6aa562442071ccd18bab567
parent38a99f04f47854465d5545fbcc9b78dbfc119b9b
mgr/dashboard: About modal proposed changes

Fixes: http://tracker.ceph.com/issues/35693
Signed-off-by: Kanika Murarka <kmurarka@redhat.com>
14 files changed:
.gitignore
src/pybind/mgr/dashboard/controllers/summary.py
src/pybind/mgr/dashboard/frontend/environment.build.js [new file with mode: 0755]
src/pybind/mgr/dashboard/frontend/package-lock.json
src/pybind/mgr/dashboard/frontend/package.json
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.scss
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/about/about.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/constants/app.constants.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/environments/environment.prod.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/environments/environment.tpl.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/environments/environment.ts [deleted file]
src/pybind/mgr/dashboard/tests/test_rbd_mirroring.py