]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-tabs/iscsi-tabs.component.ts
import ceph quincy 17.2.6
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / iscsi-tabs / iscsi-tabs.component.ts
1 import { Component } from '@angular/core';
2
3 @Component({
4 selector: 'cd-iscsi-tabs',
5 templateUrl: './iscsi-tabs.component.html',
6 styleUrls: ['./iscsi-tabs.component.scss']
7 })
8 export class IscsiTabsComponent {}