summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-performance/rbd-performance.component.ts
blob: 76750a8ceaad3e81fe61ecf050a605e872bbe3f4 (plain)
1
2
3
4
5
6
7
8
import { Component } from '@angular/core';

@Component({
  selector: 'cd-rbd-performance',
  templateUrl: './rbd-performance.component.html',
  styleUrls: ['./rbd-performance.component.scss']
})
export class RbdPerformanceComponent {}