Fixes: https://tracker.ceph.com/issues/55218
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit
b496f5837803a915daac98b0fad56eac3174db85)
Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.html
- ignore the change
serviceDetailColumnIndex = {
daemonName: 2,
- status: 7
+ status: 4
};
check_for_service() {
cy.url().then((url) => {
if (!url.includes(pages.index.url)) {
daemonNameIndex = 1;
- statusIndex = 6;
+ statusIndex = 3;
}
cy.get('cd-service-daemon-list').within(() => {