From: Kiefer Chang Date: Thu, 4 Jun 2020 06:05:06 +0000 (+0800) Subject: mgr/dashboard: remove space after service name in the Hosts List table X-Git-Tag: wip-pdonnell-testing-20200918.022351~1054^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=22b2b93024422d1d4f4dc3a3356a01c673b25e65;p=ceph-ci.git mgr/dashboard: remove space after service name in the Hosts List table Fixes: https://tracker.ceph.com/issues/45870 Signed-off-by: Kiefer Chang --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html index 5d94dd5ab2e..e4c16080b65 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/hosts.component.html @@ -49,11 +49,10 @@ {{ service.type }}.{{ service.id }} - + *ngIf="service.canRead">{{ service.type }}.{{ service.id }} {{ service.type }}.{{ service.id }} - {{ !isLast ? ", " : "" }} + ,