]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/card/card.component.html
add stop-gap to fix compat with CPUs not supporting SSE 4.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / dashboard-v3 / card / card.component.html
1 <div class="card shadow-sm flex-fill">
2 <h4 class="card-title mt-4 ms-4 mb-0">
3 {{ cardTitle }}
4 </h4>
5 <div class="card-body ps-0 pe-0">
6 <ng-content></ng-content>
7 </div>
8 </div>