]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-matcher-modal/silence-matcher-modal.component.ts
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / prometheus / silence-matcher-modal / silence-matcher-modal.component.ts
index d04537fca1e364830c8081bdb8c83ab0e4d6256b..139a3ee23a87dd0648d99423bfe72cf63c240968 100644 (file)
@@ -62,7 +62,7 @@ export class SilenceMatcherModalComponent {
     });
   }
 
-  private setPossibleValues(name) {
+  private setPossibleValues(name: string) {
     this.possibleValues = _.sortedUniq(
       this.rules.map((r) => _.get(r, this.silenceMatcher.getAttributePath(name))).filter((x) => x)
     );