]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: add create functionality to the frontend 23230/head
authorTatjana Dehler <tdehler@suse.com>
Wed, 22 Aug 2018 13:18:57 +0000 (15:18 +0200)
committerTatjana Dehler <tdehler@suse.com>
Tue, 9 Oct 2018 12:51:34 +0000 (14:51 +0200)
commit960c17aa1b4cc3c7470437ccb295b8b43a3b946f
treeb741effbf816331c8e2e5ba7bd7d8b07f8a59d0d
parent724e3cb7095c7c0fa88e32c4c704a0958ae7ab7d
mgr/dashboard: add create functionality to the frontend

Add the missing functionality to create config options and related
tests to the frontend.

Fixes: http://tracker.ceph.com/issues/24455
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form-create-request.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/api/configuration.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/configuration.service.ts