From: Pere Diaz Bou Date: Tue, 21 Jun 2022 08:34:56 +0000 (+0200) Subject: mgr/dashboard: fix linting issues X-Git-Tag: v16.2.11~468^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=746b167b17f23bddb90dbb8aa601701f4fada59b;p=ceph.git mgr/dashboard: fix linting issues Signed-off-by: Pere Diaz Bou --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html index 79defcc041b2..164c181dab4b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html @@ -7,15 +7,16 @@
+ class="mx-auto d-block">

{{ header }}

{{ message }}

-

Please consult the documentation on how to configure and enable - the {{ sectionInfo }} management functionality.

+

Please consult the documentation on how to configure and enable + the {{ sectionInfo }} management functionality. +

diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.spec.ts b/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.spec.ts index 65b93330033f..5763d4d975fb 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.spec.ts +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.spec.ts @@ -14,12 +14,7 @@ describe('ErrorComponent', () => { configureTestBed({ declarations: [ErrorComponent], - imports: [ - HttpClientTestingModule, - RouterTestingModule, - SharedModule, - ToastrModule.forRoot() - ] + imports: [HttpClientTestingModule, RouterTestingModule, SharedModule, ToastrModule.forRoot()] }); beforeEach(() => {