]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/cypress/e2e/ui/api-docs.po.ts
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / e2e / ui / api-docs.po.ts
CommitLineData
20effc67
TL
1import { PageHelper } from '../page-helper.po';
2
3export class ApiDocsPageHelper extends PageHelper {
4 pages = { index: { url: '#/api-docs', id: 'cd-api-docs' } };
5}