]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
9f95a23c 1import { PageHelper } from '../page-helper.po';
11fdf7f2 2
9f95a23c 3export class OSDsPageHelper extends PageHelper {
e306af50 4 pages = { index: { url: '#/osd', id: 'cd-osd-list' } };
11fdf7f2 5}