]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/cd-label/cd-label.component.ts
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.ts
index ae0471bf6f7938edd75b0b91b7844b8e4220beb2..149dbb4ea1db77761669eb8512cd4efb01b9e378 100644 (file)
@@ -8,4 +8,5 @@ import { Component, Input } from '@angular/core';
 export class CdLabelComponent {
   @Input() key?: string;
   @Input() value?: string;
+  @Input() tooltipText?: string;
 }