]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/cypress/e2e/filesystems/filesystems.po.ts
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / e2e / filesystems / filesystems.po.ts
CommitLineData
9f95a23c 1import { PageHelper } from '../page-helper.po';
11fdf7f2 2
9f95a23c 3export class FilesystemsPageHelper extends PageHelper {
e306af50 4 pages = { index: { url: '#/cephfs', id: 'cd-cephfs-list' } };
11fdf7f2 5}