]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/nfs/nfs.po.ts
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / nfs / nfs.po.ts
1 import { PageHelper } from '../page-helper.po';
2
3 export class NfsPageHelper extends PageHelper {
4 pages = { index: { url: '#/nfs', id: 'cd-nfs-501' } };
5 }