]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-details/service-details.component.html
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / services / service-details / service-details.component.html
CommitLineData
e306af50 1<tabset *ngIf="selection">
9f95a23c
TL
2 <tab i18n-heading
3 heading="Daemons">
e306af50 4 <cd-service-daemon-list [serviceName]="selection['service_name']">
9f95a23c
TL
5 </cd-service-daemon-list>
6 </tab>
7</tabset>