From: Avan Thakkar Date: Fri, 8 Mar 2024 07:15:44 +0000 (+0530) Subject: mgr/dashboard: add support for NFSv3 exports X-Git-Tag: v20.0.0~2297^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F56055%2Fhead;p=ceph.git mgr/dashboard: add support for NFSv3 exports Fixes: https://tracker.ceph.com/issues/64812 Signed-off-by: Avan Thakkar --- 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 82c97e322958..b9593a5c2680 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 @@ -213,26 +213,37 @@ for="protocols" i18n>NFS Protocol
+
+ + +
-
This field is required. +
+ *ngIf="nfsForm.getValue('protocolNfsv4') || nfsForm.getValue('protocolNfsv3')">