Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
minerva
core
Commits
4b95088b
Commit
4b95088b
authored
6 years ago
by
Sascha Herzinger
Browse files
Options
Downloads
Patches
Plain Diff
added minervanet option to front and back end
parent
152a8aeb
No related branches found
No related tags found
2 merge requests
!630
WIP: Resolve "The privileges of a new user are not saved in some cases"
,
!589
Feature error reporting
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
frontend-js/src/main/js/ConfigurationType.js
+1
-0
1 addition, 0 deletions
frontend-js/src/main/js/ConfigurationType.js
model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java
+6
-0
6 additions, 0 deletions
...a/lcsb/mapviewer/model/user/ConfigurationElementType.java
with
7 additions
and
0 deletions
frontend-js/src/main/js/ConfigurationType.js
+
1
−
0
View file @
4b95088b
...
...
@@ -2,6 +2,7 @@
var
ConfigurationType
=
{
DEFAULT_MAP
:
"
DEFAULT_MAP
"
,
MINERVANET_URL
:
"
MINERVANET_URL
"
,
GOOGLE_ANALYTICS_IDENTIFIER
:
"
GOOGLE_ANALYTICS_IDENTIFIER
"
,
GOOGLE_MAPS_API_KEY
:
"
GOOGLE_MAPS_API_KEY
"
,
LOGO_IMG
:
"
LOGO_IMG
"
,
...
...
This diff is collapsed.
Click to expand it.
model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java
+
6
−
0
View file @
4b95088b
...
...
@@ -45,6 +45,12 @@ public enum ConfigurationElementType {
EMAIL_SMTP_PORT
(
"SMTP port"
,
"25"
,
ConfigurationElementEditType
.
INTEGER
,
true
,
ConfigurationElementTypeGroup
.
EMAIL_NOTIFICATION
),
/**
* MinervaNet endpoint
*/
MINERVANET_URL
(
"MinervaNet URL"
,
"minerva-net.lcsb.uni.lu"
,
ConfigurationElementEditType
.
STRING
,
true
,
ConfigurationElementTypeGroup
.
SERVER_CONFIGURATION
),
/**
* Default map that should be presented if no map is selected by user side.
*/
...
...
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