]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-tabs/iscsi-tabs.component.html
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / iscsi-tabs / iscsi-tabs.component.html
CommitLineData
11fdf7f2
TL
1<tabset>
2 <tab heading="Overview"
3 i18n-heading
4 [active]="url === '/block/iscsi/overview'"
9f95a23c 5 (selectTab)="navigateTo('/block/iscsi/overview')">
11fdf7f2
TL
6 </tab>
7 <tab heading="Targets"
8 i18n-heading
9 [active]="url === '/block/iscsi/targets'"
9f95a23c 10 (selectTab)="navigateTo('/block/iscsi/targets')">
11fdf7f2
TL
11 </tab>
12</tabset>