]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.ts
import 15.2.0 Octopus source
[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 import { Icons } from '../../../shared/enum/icons.enum';
3
4 @Component({
5 selector: 'cd-loading-panel',
6 templateUrl: './loading-panel.component.html',
7 styleUrls: ['./loading-panel.component.scss']
8 })
9 export class LoadingPanelComponent {
10 icons = Icons;
11 }