]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add host labels in UI 35893/head
authorVolker Theile <vtheile@suse.com>
Thu, 4 Jun 2020 13:57:34 +0000 (15:57 +0200)
committerLaura Paduano <lpaduano@suse.com>
Mon, 6 Jul 2020 14:44:20 +0000 (16:44 +0200)
commit801e86b958e9f18fccd09ac58160be8dfe1bff60
tree83243b8800408af10353c9d03fb9b90a7f69599a
parent6bb5348bd4b6595a76afbacc888e693ac1892cea
mgr/dashboard: Add host labels in UI

Fixes: https://tracker.ceph.com/issues/45897
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from commit 06bad617a0866774b610dc0af06423604738f81b)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/shared/components/select/select.component.html
- line 63 - 71 (master switched to ng-bootstrap for popover but has not been backported to octopus,
  so kept the changes as is in octopus; ngIf condition changed
src/pybind/mgr/dashboard/controllers/host.py
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