]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-details/service-details.component.html
bump version to 19.2.0-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / services / service-details / service-details.component.html
CommitLineData
f67539c2
TL
1<ng-container *ngIf="selection">
2 <cd-service-daemon-list [serviceName]="selection['service_name']">
3 </cd-service-daemon-list>
4</ng-container>