]> 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.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / services / service-details / service-details.component.html
CommitLineData
9f95a23c
TL
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>