]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
11fdf7f2 1import { Component } from '@angular/core';
9f95a23c 2import { Icons } from '../../../shared/enum/icons.enum';
11fdf7f2
TL
3
4@Component({
5 selector: 'cd-loading-panel',
6 templateUrl: './loading-panel.component.html',
7 styleUrls: ['./loading-panel.component.scss']
8})
9f95a23c
TL
9export class LoadingPanelComponent {
10 icons = Icons;
11}