]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix service form count bugs 57864/head
authorAfreen Misbah <afreen23.git@gmail.com>
Sat, 22 Jun 2024 02:18:33 +0000 (07:48 +0530)
committerAfreen Misbah <afreen23.git@gmail.com>
Fri, 5 Jul 2024 08:22:48 +0000 (13:52 +0530)
commit27a8b2f2883fcc1fc4128b3e8995a7819a5ae51e
treeeb4c60da8932b9bdb7d6503677d6266b67378211
parent442346f0efbb5d7d3af3ebdf847586bbe3f93f6d
mgr/dashboard: fix service form count bugs

Fixes https://tracker.ceph.com/issues/66608

- for services which do not have a count set default count to be null, otherwise the previous selected service's count is used which is wrong
- make count null when label is selected for placement

Signed-off-by: Afreen Misbah <afreen23.git@gmail.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-form/service-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/core/navigation/navigation/navigation.component.html