1 <cd-table [data]="namespaces"
2 (fetchData)="refresh()"
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">