]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/back-button/back-button.component.html
7e430bfd81c4138367edf49b01d61a8452996fac
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / back-button / back-button.component.html
1  
2 <button class="btn btn-light tc_backButton"
3 (click)="back()"
4 type="button">
5 {{ name }}
6 </button>