]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fixes removal of custom tags during pool edit 31373/head
authorStephan Müller <smueller@suse.com>
Mon, 4 Nov 2019 16:59:01 +0000 (17:59 +0100)
committerStephan Müller <smueller@suse.com>
Thu, 14 Nov 2019 09:27:48 +0000 (10:27 +0100)
commitfd7cea11630eea07165cec1d907e552b843522f8
tree2c49c45e73fa3d597f971a67bab95d20452578d7
parent7ffb5d9e79207da81af933f4e95655e16558c739
mgr/dashboard: Fixes removal of custom tags during pool edit

The problem was that previously added custom application tags that were
saved during creation or edit, couldn't be deleted while editing the
updated pool. The custom tags weren't shown in the application drop down.

Now they can be removed and are shown in a sorted way in the application
drop down.

Fixes: https://tracker.ceph.com/issues/41747
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form-data.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/pool/pool-form/pool-form.component.ts