]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/cd-label/cd-label.component.html
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / cd-label / cd-label.component.html
index 41cfae743f2f64c21febd40832664b8b470ed7df..1e92028823c3eb0e4b449dd8836811c704ec44b4 100644 (file)
@@ -1,6 +1,7 @@
 <span *ngIf="!key; else key_value"
       class="badge badge-{{value}}"
-      ngClass="{{value | colorClassFromText}}">
+      ngClass="{{value | colorClassFromText}}"
+      [ngbTooltip]="tooltipText">
   {{ value }}
 </span>