From: Tatjana Dehler Date: Fri, 6 Nov 2020 08:51:10 +0000 (+0100) Subject: mgr/dashboard: fix linting issues X-Git-Tag: v16.1.0~625^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=70dd9a00aadb7a1c6f0d5af56b861daf795a8c96;p=ceph.git mgr/dashboard: fix linting issues Signed-off-by: Tatjana Dehler --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts index fb14e9830fed..d0484c892f5f 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-detail/cephfs-detail.component.ts @@ -56,8 +56,8 @@ export class CephfsDetailComponent implements OnChanges, OnInit { { prop: 'activity', name: $localize`Activity`, cellTemplate: this.activityTmpl }, { prop: 'dns', name: $localize`Dentries`, pipe: this.dimless }, { prop: 'inos', name: $localize`Inodes`, pipe: this.dimless }, - { prop: 'dirs', name: $localize`Dirs`, pipe: this.dimless}, - { prop: 'caps', name: $localize`Caps`, pipe: this.dimless} + { prop: 'dirs', name: $localize`Dirs`, pipe: this.dimless }, + { prop: 'caps', name: $localize`Caps`, pipe: this.dimless } ], pools: [ { prop: 'pool', name: $localize`Pool` },