From: Ivo Almeida Date: Tue, 21 May 2024 10:30:35 +0000 (+0100) Subject: reverted telemetry notification back to its original component X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=32ab5f299ec7643c2dd4a34077fb2fc0ab71f7d6;p=ceph.git reverted telemetry notification back to its original component --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.html index 50e2070207199..98f473e3bbf79 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.html @@ -1,22 +1,12 @@ - - - -

Telemetry

-

The Ceph community needs your help to continue improving

-

Please activate the - Telemetry module.

-
- - - - - - \ No newline at end of file + +
The Ceph community needs your help to continue improving: please + Activate the + Telemetry module.
+
diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.scss index 7d68755f42c63..4faa60684a1a3 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.scss @@ -26,5 +26,6 @@ a { z-index: 99999; position: absolute; bottom: 25px; - right: 25px; + right: 50%; + transform: translateX(50%); }