Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ESAP GUI
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
ASTRON SDC
ESCAPE WP5
ESAP GUI
Merge requests
!8
Esap gui dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Esap gui dev
esap-gui-dev
into
master
Overview
0
Commits
38
Pipelines
3
Changes
1
Merged
Nico Vermaas
requested to merge
esap-gui-dev
into
master
4 years ago
Overview
0
Commits
38
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
08ad26f3
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
08ad26f3
adding version (because I can't see what is deployed)
· 08ad26f3
Nico Vermaas
authored
4 years ago
src/routes/Routes.js
+
1
−
0
Options
@@ -51,6 +51,7 @@ export default function Routes() {
<
/Route
>
<
Route
exact
path
=
"
/samp
"
component
=
{
SampPage
}
/
>
<
/Switch
>
<
footer
><
small
>
version
23
feb
2021
15
:
00
<
/small></
footer
>
<
/Router
>
);
}
Loading