]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/services/service-daemon-list/service-daemon-list.component.html
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / services / service-daemon-list / service-daemon-list.component.html
index 3aeb04eade7afde501fd649179cd1b4f0f8313b5..5b631453f8b3d78debf9d2f149192b9ff6c0e3ba 100644 (file)
           <cd-table *ngIf="hasOrchestrator"
                     #daemonsTable
                     [data]="daemons"
+                    selectionType="single"
                     [columns]="columns"
                     columnMode="flex"
-                    (fetchData)="getDaemons($event)">
+                    identifier="daemon_id"
+                    (fetchData)="getDaemons($event)"
+                    (updateSelection)="updateSelection($event)">
+            <cd-table-actions id="service-daemon-list-actions"
+                              class="table-actions"
+                              [selection]="selection"
+                              [permission]="permissions.hosts"
+                              [tableActions]="tableActions">
+            </cd-table-actions>
           </cd-table>
         </ng-template>
       </li>