]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/loading-panel/loading-panel.component.html
35726cfbd9986aa123c26dc52964139f953e8735
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / loading-panel / loading-panel.component.html
1 <ngb-alert type="info"
2 [dismissible]="false">
3 <strong>
4 <i [ngClass]="[icons.spinner, icons.spin]"
5 aria-hidden="true"
6 class="mr-2"></i>
7 </strong>
8 <ng-content></ng-content>
9 </ngb-alert>