]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-tabs/rbd-tabs.component.html
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / rbd-tabs / rbd-tabs.component.html
CommitLineData
9f95a23c
TL
1<tabset>
2 <tab heading="Images"
3 i18n-heading
4 [active]="url === '/block/rbd'"
5 (selectTab)="navigateTo('/block/rbd')">
6 </tab>
7 <tab heading="Namespaces"
8 i18n-heading
9 [active]="url === '/block/rbd/namespaces'"
10 (selectTab)="navigateTo('/block/rbd/namespaces')">
11 </tab>
12 <tab heading="Trash"
13 i18n-heading
14 [active]="url === '/block/rbd/trash'"
15 (selectTab)="navigateTo('/block/rbd/trash')">
16 </tab>
17 <tab heading="Overall Performance"
18 i18n-heading
19 *ngIf="grafanaPermission.read"
20 [active]="url === '/block/rbd/performance'"
21 (selectTab)="navigateTo('/block/rbd/performance')">
22 </tab>
23</tabset>