]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: css: rename pmx-faded utility class to pmx-opacity-75
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Oct 2023 15:26:52 +0000 (17:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 13 Oct 2023 15:26:54 +0000 (17:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/css/ext6-pve.css
www/manager6/ceph/Status.js

index e2d3dce970b9693fd5931632ac35bde5598b52af..85cf4039f6c9d1231387a72453e9646c328eaac4 100644 (file)
@@ -718,6 +718,6 @@ table.osds td:first-of-type {
     font-weight: normal;
 }
 
-.pmx-faded {
+.pmx-opacity-75 {
     opacity: 0.75;
 }
index 430d8df5a549b477872d44e22ab594651fb81334..ab8823276a1197587164d6976f7ebf54d64faccf 100644 (file)
@@ -106,7 +106,7 @@ Ext.define('PVE.node.CephStatus', {
                                severity: check.severity,
                            };
                            data.noDetails = data.detail.length === 0;
-                           data.detailsCls = data.detail.length === 0 ? 'pmx-faded' : '';
+                           data.detailsCls = data.detail.length === 0 ? 'pmx-opacity-75' : '';
                            if (data.detail.length === 0) {
                                data.detail = "no additional data";
                            }