]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/cluster/monitors.po.ts
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / cluster / monitors.po.ts
CommitLineData
9f95a23c 1import { PageHelper } from '../page-helper.po';
11fdf7f2 2
9f95a23c 3export class MonitorsPageHelper extends PageHelper {
e306af50
TL
4 pages = {
5 index: { url: '#/monitor', id: 'cd-monitor' }
6 };
11fdf7f2 7}