]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Role management from the UI 23409/head
authorRicardo Marques <rimarques@suse.com>
Mon, 30 Jul 2018 13:27:31 +0000 (14:27 +0100)
committerRicardo Marques <rimarques@suse.com>
Wed, 5 Sep 2018 12:12:20 +0000 (13:12 +0100)
commit5d2b0eb685b912e97980a3c676e4130508c4110f
tree59d29401a57df8277aee04dc3af78e69f1cb2408
parent1ccceee9a8b1bd242de69d724616b06792135ba5
mgr/dashboard: Role management from the UI

Fixes: https://tracker.ceph.com/issues/24447
Signed-off-by: Ricardo Marques <rimarques@suse.com>
31 files changed:
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/auth.module.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form-mode.enum.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-form/role-form.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-list/role-list.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-list/user-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-list/user-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-tabs/user-tabs.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-tabs/user-tabs.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-tabs/user-tabs.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-tabs/user-tabs.component.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/administration/administration.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/api/role.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/role.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/scope.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/api/scope.service.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/enum/components.enum.ts