]> git.proxmox.com Git - ceph.git/blob - 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
1 import { PageHelper } from '../page-helper.po';
2
3 export class MonitorsPageHelper extends PageHelper {
4 pages = {
5 index: { url: '#/monitor', id: 'cd-monitor' }
6 };
7 }