diff --git a/_install/dependencies.json b/_install/dependencies.json
index 47ac1dffd302c376031b224a4d7dbdc8ecc54b12..4263cbdeb9d85310b9c5b5c60927bf3004ad7104 100644
--- a/_install/dependencies.json
+++ b/_install/dependencies.json
@@ -67,4 +67,4 @@
       "url": "git@gitlab.veremes.net:Development/vitis-2020/sources/module-cadastre-2020.git"
     }]
   }
-}
\ No newline at end of file
+}
diff --git a/conf/app.struct.ts b/conf/app.struct.ts
index d8c16de0f5ada90578db8c106d31f0db3685c301..15687d83022a93960c36ac3ea68ef0d4fd6ce3ca 100755
--- a/conf/app.struct.ts
+++ b/conf/app.struct.ts
@@ -27,7 +27,8 @@ import {
   vmapUsersSection,
   vmapUsersGroupsSpecSection,
   vmapFluxMode,
-  vmapMapReportsMode
+  vmapMapReportsMode,
+  vmapAdminManageDataObject,
 } from '../modules/vmap/struct/vmap.struct';
 
 /**
@@ -67,6 +68,7 @@ export const appStruct: AppConfig = {
     'privilege': 'vmap_user'
   },
   vmapAdminCartoObject,
+  vmapAdminManageDataObject,
   {
     'type': 'separator',
     'label': 'TITLE_MODE_VMAP_ADMIN',