]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix smb edit resources 62845/head
authorPedro Gonzalez Gomez <pegonzal@redhat.com>
Wed, 16 Apr 2025 09:48:01 +0000 (11:48 +0200)
committerPedro Gonzalez Gomez <pegonzal@redhat.com>
Tue, 22 Apr 2025 07:49:30 +0000 (09:49 +0200)
commita813e9cff4f7c0d474acb5144a4defd4add48762
tree2b16c7f4f52821473f7f55626f09ff6d3b0bebb7
parent7a2fecff1d27fc56b2121c9e098cc16b03328af7
mgr/dashboard: fix smb edit resources

- Fixes smb cluster edit due to wrong path
- Disables authId and usersGroupsId for ad/standalone edit
- Removes hardcoded paths by unifyng all smb resources path with constants
- Renames smb/clusters -> smb/cluster path for consistency
- Reorders task messages

Fixes: https://tracker.ceph.com/issues/70946
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@redhat.com>
17 files changed:
src/pybind/mgr/dashboard/frontend/src/app/app-routing.module.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-form/smb-cluster-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-list/smb-cluster-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-domain-setting-modal/smb-domain-setting-modal.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-form/smb-join-auth-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-form/smb-join-auth-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-join-auth-list/smb-join-auth-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-form/smb-share-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-share-list/smb-share-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-tabs/smb-tabs.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-tabs/smb-tabs.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-tabs/smb-tabs.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-form/smb-usersgroups-form.component.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-form/smb-usersgroups-form.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-usersgroups-list/smb-usersgroups-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb.model.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-message.service.ts