]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/prometheus-tabs/prometheus-tabs.component.ts
import ceph quincy 17.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / prometheus / prometheus-tabs / prometheus-tabs.component.ts
index 4011770d4173ae7dd219aaeeac5bc190c302092c..cccce1d92e33c9b3cbcdc8814f0036a95ab9aa31 100644 (file)
@@ -1,11 +1,13 @@
 import { Component } from '@angular/core';
 import { Router } from '@angular/router';
 
+import { PrometheusAlertService } from '~/app/shared/services/prometheus-alert.service';
+
 @Component({
   selector: 'cd-prometheus-tabs',
   templateUrl: './prometheus-tabs.component.html',
   styleUrls: ['./prometheus-tabs.component.scss']
 })
 export class PrometheusTabsComponent {
-  constructor(public router: Router) {}
+  constructor(public router: Router, public prometheusAlertService: PrometheusAlertService) {}
 }