]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix for misleading "Orchestrator is not available" error 38598/head
authorNizamudeen A <nia@redhat.com>
Thu, 3 Dec 2020 12:44:04 +0000 (18:14 +0530)
committerLaura Paduano <lpaduano@suse.com>
Thu, 17 Dec 2020 14:00:13 +0000 (15:00 +0100)
commite7596a66752a25f02a958acb6c0a053592498a2c
tree23b3d1fbf22c74fd8836c31e6abfbaa22f00e250
parentbdf3eebcd22d7d0b3dd4d5501bee5bac354d5b55
mgr/dashboard: Fix for misleading "Orchestrator is not available" error

When switching between options, in the Services and Inventory page sometimes it shows "Orchestrator not available" error which appears for 2-3 second and then disappears and shows the normal page. This commit fixes that.

Fixes: https://tracker.ceph.com/issues/48448
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit b2b42a1e6e161125519380900ed14737d51dae01)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.ts
 - Fixed some minor conflicts due to frontend code divergence in master vs. octopus;
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/inventory/inventory.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/services.component.ts