]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.html
27daa57c3f645bd0f258a9d7894180fbf6a72c22
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / services / service-daemon-list / service-daemon-list.component.html
1 <cd-orchestrator-doc-panel *ngIf="!hasOrchestrator"></cd-orchestrator-doc-panel>
2 <cd-table *ngIf="hasOrchestrator"
3 #daemonsTable
4 [data]="daemons"
5 [columns]="columns"
6 columnMode="flex"
7 [autoReload]="60000"
8 (fetchData)="getDaemons($event)">
9 </cd-table>