]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-tabs/user-tabs.component.html
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / auth / user-tabs / user-tabs.component.html
1 <tabset>
2 <tab heading="Users"
3 i18n-heading
4 [active]="url === '/user-management/users'"
5 (select)="navigateTo('/user-management/users')">
6 </tab>
7 <tab heading="Roles"
8 i18n-heading
9 [active]="url === '/user-management/roles'"
10 (select)="navigateTo('/user-management/roles')">
11 </tab>
12 </tabset>