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