]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/prometheus-tabs/prometheus-tabs.component.ts
import ceph quincy 17.2.6
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / prometheus / prometheus-tabs / prometheus-tabs.component.ts
CommitLineData
f67539c2 1import { Component } from '@angular/core';
f67539c2 2
2a845540
TL
3import { PrometheusAlertService } from '~/app/shared/services/prometheus-alert.service';
4
f67539c2
TL
5@Component({
6 selector: 'cd-prometheus-tabs',
7 templateUrl: './prometheus-tabs.component.html',
8 styleUrls: ['./prometheus-tabs.component.scss']
9})
10export class PrometheusTabsComponent {
39ae355f 11 constructor(public prometheusAlertService: PrometheusAlertService) {}
f67539c2 12}