]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashboard: add custom items to combo box
authorNizamudeen A <nia@redhat.com>
Fri, 27 Sep 2024 05:30:17 +0000 (11:00 +0530)
committerNizamudeen A <nia@redhat.com>
Thu, 13 Mar 2025 04:46:45 +0000 (10:16 +0530)
commit395c49a43d283fc0a2435a07390cd79dd166669a
tree9ae93a4267d049d37d35c11efe413571354bee38
parenta087640babd6c44d493ec24e64897bc71c8a87e0
mgr/dashboard: add custom items to combo box

previously we were able to add custom items to our select-badges like
custom labels for hosts. but it got dropped unintentionally due to the
carbon. fixing it here

Fixes: https://tracker.ceph.com/issues/68871
Signed-off-by: Nizamudeen A <nia@redhat.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-form/cephfs-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-form/host-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/directives.module.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dynamic-input-combobox.directive.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/directives/dynamic-input-combobox.directive.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/models/combo-box.model.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/combo-box.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/combo-box.service.ts [new file with mode: 0644]