From: Ankush Behl Date: Thu, 17 Apr 2025 12:58:43 +0000 (+0530) Subject: mgr/dashboard: Fix virtual IP:port in NFS list X-Git-Tag: v20.3.0~57^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f6963841d3e7e55c5dea614deb1fd09d794e5897;p=ceph.git mgr/dashboard: Fix virtual IP:port in NFS list fixes:https://tracker.ceph.com/issues/70964 Signed-off-by: Ankush Behl --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster/nfs-cluster.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster/nfs-cluster.component.html index 2a6bdb815dbda..bed22fb5628b1 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster/nfs-cluster.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-cluster/nfs-cluster.component.html @@ -21,9 +21,9 @@ #virtualIpTpl let-row="data.row" > - + - {{ row.virtual_ip }}:{{row.ports}} + {{ row.virtual_ip }}:{{row.port}}