]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/auth/role-details/role-details.component.html
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / auth / role-details / role-details.component.html
1 <tabset *ngIf="selection">
2 <tab heading="Details"
3 i18n-heading>
4 <cd-table [data]="scopes_permissions"
5 [columns]="columns"
6 columnMode="flex"
7 [toolHeader]="false"
8 [autoReload]="false"
9 [autoSave]="false"
10 [footer]="false"
11 [limit]="0">
12 </cd-table>
13 </tab>
14 </tabset>