summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-clients/cephfs-clients.component.html
blob: cb1ee364c26af294dcd8eab4cc4aba4641b10baa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<cd-table [data]="clients.data"
          [columns]="columns"
          [status]="clients.status"
          [autoReload]="-1"
          (fetchData)="triggerApiUpdate.emit()"
          selectionType="single"
          (updateSelection)="updateSelection($event)">
  <cd-table-actions class="table-actions"
                    [permission]="permission"
                    [selection]="selection"
                    [tableActions]="tableActions">
  </cd-table-actions>
</cd-table>