summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/mgr-modules/mgr-module-details/mgr-module-details.component.html
blob: 29cae36bafff141dba08fd4b791edc77b83f7c0c (plain)
1
2
3
4
<ng-container *ngIf="selection">
  <cd-table-key-value [data]="module_config">
  </cd-table-key-value>
</ng-container>