]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: remove trailing space from directory name 67174/head
authorVille Ojamo <ojamo.ville@an01.sabay.test>
Tue, 3 Feb 2026 05:59:35 +0000 (12:59 +0700)
committerVille Ojamo <ojamo.ville@an01.sabay.test>
Wed, 4 Feb 2026 05:01:15 +0000 (12:01 +0700)
commit608982ffe021988440b796c7253f31811983fc5b
tree5520df43f4c8ff9f23698d39a88cd0a6bf2c735e
parentbf82c36db32c0abf632bbf6367c7bb8b8c57a603
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>
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]