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