]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
e8b09382fa31e0cb638cfe1947dbdeb86e235435
[ceph.git] /
1 <cd-table [data]="namespaces"
2           (fetchData)="refresh()"
3           columnMode="flex"
4           [columns]="columns"
5           identifier="id"
6           forceIdentifier="true"
7           selectionType="single"
8           (updateSelection)="updateSelection($event)">
9   <div class="table-actions btn-toolbar">
10     <cd-table-actions class="btn-group"
11                       [permission]="permission"
12                       [selection]="selection"
13                       [tableActions]="tableActions">
14     </cd-table-actions>
15   </div>
16 </cd-table>