]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: fix SMB custom DNS button and linked_to_cluster col 65576/head
authorPedro Gonzalez Gomez <pegonzal@ibm.com>
Tue, 26 Aug 2025 12:05:45 +0000 (14:05 +0200)
committerPedro Gonzalez Gomez <pegonzal@ibm.com>
Thu, 18 Sep 2025 12:38:54 +0000 (14:38 +0200)
commit9ce943e21558d17b3a214840b39bb57eab0cbd85
treedcd600021dd164f767fbe713d3516f400ba386e5
parent505fa024472f015e2677d0f2ec83ea195d0bec12
mgr/dashboard: fix SMB custom DNS button and linked_to_cluster col

- The button 'add custom DNS' in smb cluster form should only appear for active directory where is relevant.

- The linked_to_cluster column data is missing from smb standalone

- Some refactoring to remove magic strings and use FormControl for publicAddrs field

Fixes: https://tracker.ceph.com/issues/73096
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@ibm.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-form/smb-cluster-form.component.html
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb-cluster-form/smb-cluster-form.component.spec.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-usersgroups-list/smb-usersgroups-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/ceph/smb/smb.model.ts