Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vMap 2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open source
vMap 2
Commits
e68e8976
Commit
e68e8976
authored
Jun 26, 2024
by
Laurie Ambroise
Browse files
Options
Downloads
Patches
Plain Diff
Update offline properties
parent
d6d9c681
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/app.struct.ts
+2
-11
2 additions, 11 deletions
conf/app.struct.ts
conf/properties.json
+3
-5
3 additions, 5 deletions
conf/properties.json
with
5 additions
and
16 deletions
conf/app.struct.ts
+
2
−
11
View file @
e68e8976
...
@@ -29,8 +29,7 @@ import {
...
@@ -29,8 +29,7 @@ import {
vmapFluxMode
,
vmapFluxMode
,
vmapMapReportsMode
,
vmapMapReportsMode
,
vmapAdminManageDataObject
,
vmapAdminManageDataObject
,
vmapOfflineZones
,
vmapConfigOfflineVmapObject
vmapOfflineRequests
}
from
'
../modules/vmap/struct/vmap.struct
'
;
}
from
'
../modules/vmap/struct/vmap.struct
'
;
/**
/**
...
@@ -103,19 +102,11 @@ export const appStruct: AppConfig = {
...
@@ -103,19 +102,11 @@ export const appStruct: AppConfig = {
'
objects
'
:
[
'
objects
'
:
[
vitisConfigVitisObject
,
vitisConfigVitisObject
,
vmapConfigVmapObject
,
vmapConfigVmapObject
,
vmapConfigOfflineVmapObject
,
vitisConfigEmailTemplatesObject
,
vitisConfigEmailTemplatesObject
,
vitisConfigInterfaceObject
,
vitisConfigInterfaceObject
,
vitisConfigCustomTranslationsObject
,
vitisConfigCustomTranslationsObject
,
vitisAdditionalRouteObject
]
vitisAdditionalRouteObject
]
},
{
'
name
'
:
'
vmap_offline
'
,
'
label
'
:
'
TITLE_MODE_OFFLINE
'
,
'
icon
'
:
'
icon-vitis-signal_cellular_off
'
,
'
route
'
:
'
offline
'
,
'
privilege
'
:
'
vmap_admin
'
,
'
objects
'
:
[
vmapOfflineZones
,
vmapOfflineRequests
]
},
{
},
{
'
name
'
:
'
vitis_api
'
,
'
name
'
:
'
vitis_api
'
,
'
label
'
:
'
TITLE_MODE_CONFIGURATION_API
'
,
'
label
'
:
'
TITLE_MODE_CONFIGURATION_API
'
,
...
...
This diff is collapsed.
Click to expand it.
conf/properties.json
+
3
−
5
View file @
e68e8976
...
@@ -19,9 +19,7 @@
...
@@ -19,9 +19,7 @@
"circle_radius"
:
7
"circle_radius"
:
7
}
}
},
},
"allowOffline"
:
true
,
"vmap_offline"
:
true
,
"offlinePrivileges"
:
[
"vmap_offline_redirection_enalble_multiple_zones"
:
false
,
"vitis_user"
,
"vmap_offline_redirection_enable_auto_download_zone"
:
false
"vmap_user"
]
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment