]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: remove trailing space from directory name
authorVille Ojamo <ojamo.ville@an01.sabay.test>
Tue, 3 Feb 2026 05:59:35 +0000 (12:59 +0700)
committerAfreen Misbah <afreen@ibm.com>
Wed, 29 Apr 2026 07:42:23 +0000 (13:12 +0530)
commiteda1e9dd2adcae3a93aad88f78e03a25f220e80d
tree804d5cdf95a15b986bb381f99f1dfee527de9f1d
parenta4fc8958e394302b39672f417270d285d6c1f2cb
mgr/dashboard: remove trailing space from directory name

Commit 6a0b00c introduced a new directory nvmeof-group-form that has a
trailing space. Remove the trailing space and update the new directory
name in the code.

Fixes: https://tracker.ceph.com/issues/74721
Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com>
(cherry picked from commit 608982ffe021988440b796c7253f31811983fc5b)

 Conflicts:
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/block.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form /nvmeof-group-form.component.html [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form /nvmeof-group-form.component.scss [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form /nvmeof-group-form.component.spec.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form /nvmeof-group-form.component.ts [deleted file]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form/nvmeof-group-form.component.html [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form/nvmeof-group-form.component.scss [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form/nvmeof-group-form.component.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/nvmeof-group-form/nvmeof-group-form.component.ts [new file with mode: 0644]