]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-details/service-details.component.html
924fb914947bd34fae37bdd68d5ab90dccab20b3
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / services / service-details / service-details.component.html
1 <tabset *ngIf="selection.hasSingleSelection">
2 <tab i18n-heading
3 heading="Daemons">
4 <cd-service-daemon-list [serviceName]="selection.first()['service_name']">
5 </cd-service-daemon-list>
6 </tab>
7 </tabset>