]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Cleanup
authorPatrick Nawracay <pnawracay@suse.com>
Mon, 27 Aug 2018 13:23:10 +0000 (15:23 +0200)
committerPatrick Nawracay <pnawracay@suse.com>
Tue, 4 Sep 2018 06:27:03 +0000 (08:27 +0200)
Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-list/osd-list.component.html

index 1381ad56033dc163d875749de7fa49bcf907edcf..6bff31d1f1468e1cb0fc51244658d9806d8b3a35 100644 (file)
@@ -56,7 +56,6 @@
           [class.text-warning]="'down' === state || 'out' === state">
       {{ state }}</span>
     <span *ngIf="!last">, </span>
-    <!-- Has to be on the same line to prevent a space between state and comma. -->
   </span>
 </ng-template>