summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-details/service-details.component.html
blob: 704f0f98e0e92649a927049b83fbd219eaec0a8c (plain)
1
2
3
4
<ng-container *ngIf="selection">
  <cd-service-daemon-list [serviceName]="selection['service_name']">
  </cd-service-daemon-list>
</ng-container>