]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-details/mgr-module-details.component.html
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / mgr-modules / mgr-module-details / mgr-module-details.component.html
1 <tabset *ngIf="selection.hasSingleSelection">
2 <tab i18n-heading heading="Details">
3 <cd-table-key-value [data]="module_config">
4 </cd-table-key-value>
5 </tab>
6 </tabset>