]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Move validators into forms directory 22644/head
authorStephan Müller <smueller@suse.com>
Fri, 22 Jun 2018 11:35:35 +0000 (13:35 +0200)
committerStephan Müller <smueller@suse.com>
Tue, 3 Jul 2018 15:42:32 +0000 (17:42 +0200)
commit2b5f8b1e70317ef81470d3a9ab78c94f4069b0d4
treefbd6485f4d8e760a04507ef5b22633a594cefc92
parent5cba67a5d29922e8e3e6ad31dfb51c6e66f2f232
mgr/dashboard: Move validators into forms directory

Now that 'forms' directory exists, the validators are moved to
it. Angular also does this with it's validators ('@angular/forms').

Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-form/rgw-user-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-s3-key-modal/rgw-user-s3-key-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-user-subuser-modal/rgw-user-subuser-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-validators.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/forms/cd-validators.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/validators/cd-validators.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/shared/validators/cd-validators.ts [deleted file]