]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add host labels in UI
authorVolker Theile <vtheile@suse.com>
Thu, 4 Jun 2020 13:57:34 +0000 (15:57 +0200)
committerVolker Theile <vtheile@suse.com>
Wed, 24 Jun 2020 10:16:33 +0000 (12:16 +0200)
commit06bad617a0866774b610dc0af06423604738f81b
tree8d4dd807bf06c5f0a0150afc6f55de2d9f3625db
parent23b3d33a63d55ccb354d9e3a0179225398d9432c
mgr/dashboard: Add host labels in UI

Fixes: https://tracker.ceph.com/issues/45897
Signed-off-by: Volker Theile <vtheile@suse.com>
s

s

s
src/pybind/mgr/dashboard/controllers/host.py
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory-devices/inventory-devices.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/host.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/api/host.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/components/form-modal/form-modal.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select/select.component.html
src/pybind/mgr/dashboard/frontend/src/app/shared/models/cd-form-modal-field-config.ts
src/pybind/mgr/dashboard/services/orchestrator.py
src/pybind/mgr/dashboard/tests/test_host.py