]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/e2e/filesystems/filesystems.po.ts
d/control: depend on python3-yaml for ceph-mgr
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / e2e / filesystems / filesystems.po.ts
1 import { PageHelper } from '../page-helper.po';
2
3 export class FilesystemsPageHelper extends PageHelper {
4 pages = { index: '/#/cephfs' };
5 }