From: Dnyaneshwari Date: Tue, 4 Mar 2025 12:54:32 +0000 (+0530) Subject: mgr/dashboard: NFS - Fix Edit NFS export request X-Git-Tag: v20.3.0~295^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F62101%2Fhead;p=ceph.git mgr/dashboard: NFS - Fix Edit NFS export request Fixes: https://tracker.ceph.com/issues/70284 Signed-off-by: Dnyaneshwari Talwekar --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html index 0da4913e9b8..6b091e14639 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html @@ -153,7 +153,7 @@
+ *ngIf="storageBackend === 'CEPH' && nfsForm.getValue('fsal').fs_name && !this.isEdit">
+ *ngIf="storageBackend === 'CEPH' && nfsForm.getValue('fsal').fs_name && !this.isEdit">