]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/ui/api-docs.po.ts
buildsys: change download over to reef release
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / ui / api-docs.po.ts
1 import { PageHelper } from '../page-helper.po';
2
3 export class ApiDocsPageHelper extends PageHelper {
4 pages = { index: { url: '#/api-docs', id: 'cd-api-docs' } };
5 }