]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/e2e/common/urls.po.ts
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / e2e / common / urls.po.ts
index 28635508571504e32b9da870a70040bdff8f1029..6f7316f98f59e9a1c8a44c7d98ed88d40b7bb787 100644 (file)
@@ -39,6 +39,10 @@ export class UrlsCollection extends PageHelper {
     logs: { url: '#/logs', id: 'cd-logs' },
 
     // RGW Daemons
-    'rgw daemons': { url: '#/rgw/daemon', id: 'cd-rgw-daemon-list' }
+    'rgw daemons': { url: '#/rgw/daemon', id: 'cd-rgw-daemon-list' },
+
+    // CephFS
+    cephfs: { url: '#/cephfs', id: 'cd-cephfs-list' },
+    'create cephfs': { url: '#/cephfs/create', id: 'cd-cephfs-form' }
   };
 }