Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADEX GUI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Nico Vermaas
ADEX GUI
Commits
2ee1b08c
Commit
2ee1b08c
authored
5 years ago
by
Nico Vermaas
Browse files
Options
Downloads
Patches
Plain Diff
changed version for merging/deploy
parent
6f877cef
No related branches found
No related tags found
1 merge request
!9
merge esap-gui-dev into master
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/components/About.js
+0
-4
0 additions, 4 deletions
src/components/About.js
src/components/Configuration.js
+1
-1
1 addition, 1 deletion
src/components/Configuration.js
src/components/Main.js
+2
-2
2 additions, 2 deletions
src/components/Main.js
with
3 additions
and
7 deletions
src/components/About.js
+
0
−
4
View file @
2ee1b08c
...
...
@@ -9,10 +9,6 @@ export function About() {
<
div
>
<
p
><
/p
>
<
p
>
<
h3
>
About
ESAP
<
/h3
>
<
/p
>
<
p
>
<
ul
>
<
li
>
GUI
basename
:
{
GetBaseName
()}
<
/li
>
...
...
This diff is collapsed.
Click to expand it.
src/components/Configuration.js
+
1
−
1
View file @
2ee1b08c
...
...
@@ -49,7 +49,7 @@ export default function Configuration(props) {
let
renderConfigButton
=
<
Button
variant
=
"
outline-info
"
onClick
=
{
handleShow
}
><
FontAwesomeIcon
icon
=
{
faWrench
}
/
>
&
nbsp
;
Configuration
&
nbsp
;
ESAP
Gateway
Host
<
/Button
>
let
renderConfigDialog
=
...
...
This diff is collapsed.
Click to expand it.
src/components/Main.js
+
2
−
2
View file @
2ee1b08c
...
...
@@ -52,7 +52,7 @@ function Main () {
<
Switch
>
<
Route
exact
path
=
"
/
"
>
<
Query
Page
/>
<
Archives
Page
/>
<
/Route
>
<
Route
path
=
"
/telescopes
"
>
...
...
@@ -79,7 +79,7 @@ function Main () {
<
/Switch
>
<
/div
>
<
footer
><
small
>
ASTRON
-
version
0.6
.
5
-
16
apr
2020
<
/small></
footer
>
<
footer
><
small
>
ASTRON
-
version
0.6
.
5
-
28
apr
2020
<
/small></
footer
>
<
/Router
>
);
}
...
...
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