]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.ts
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / loading-panel / loading-panel.component.ts
1 import { Component } from '@angular/core';
2
3 @Component({
4 selector: 'cd-loading-panel',
5 templateUrl: './loading-panel.component.html',
6 styleUrls: ['./loading-panel.component.scss']
7 })
8 export class LoadingPanelComponent {}