]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/block/iscsi.po.ts
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / block / iscsi.po.ts
1 import { PageHelper } from '../page-helper.po';
2
3 export class IscsiPageHelper extends PageHelper {
4 pages = {
5 index: { url: '#/block/iscsi/overview', id: 'cd-iscsi' }
6 };
7 }