From cf55a768b26e1eded9cd2235c2966b2529a3cafc Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Wed, 8 Jul 2020 09:40:30 +0000 Subject: [PATCH] mgr/dashboard: Clean custom header styles Fixes: https://tracker.ceph.com/issues/46417 Signed-off-by: Tiago Melo --- .../rbd-configuration-form.component.html | 4 ++-- .../block/rbd-form/rbd-form.component.html | 4 ++-- .../configuration-form.component.html | 4 ++-- .../osd-creation-preview-modal.component.html | 2 +- .../osd-pg-scrub-modal.component.html | 4 ++-- .../login-password-form.component.html | 2 +- .../app/core/auth/login/login.component.scss | 4 ---- .../src/styles/ceph-custom/_basics.scss | 21 ------------------- .../src/styles/ceph-custom/_grid.scss | 4 ---- 9 files changed, 10 insertions(+), 39 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-form/rbd-configuration-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-form/rbd-configuration-form.component.html index a0e3bf8b308..4e5deedfafc 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-form/rbd-configuration-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-configuration-form/rbd-configuration-form.component.html @@ -4,13 +4,13 @@
-

+

{{ section.heading }} -

+
Advanced
-

Striping

+

Striping

diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html index ab23e58c59f..3df68d267b8 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html @@ -94,8 +94,8 @@
-

Values

+

Values

diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-creation-preview-modal/osd-creation-preview-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-creation-preview-modal/osd-creation-preview-modal.component.html index 31e2f0581dd..bbbe426a45e 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-creation-preview-modal/osd-creation-preview-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-creation-preview-modal/osd-creation-preview-modal.component.html @@ -7,7 +7,7 @@ [formGroup]="formGroup" novalidate>
- + -

Please set a new password.

+

Please set a new password.

You will be redirected to the login page afterwards.