Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
c940d589
Commit
c940d589
authored
Aug 08, 2019
by
Markus Scheidgen
Browse files
Merge branch 'v0.5.0-markus' of gitlab.mpcdf.mpg.de:nomad-lab/nomad-FAIR into v0.5.0-markus
parents
d157dc78
9f03f9a7
Pipeline
#53446
failed with stages
in 15 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/src/components/App.js
View file @
c940d589
...
...
@@ -7,7 +7,7 @@ import classNames from 'classnames'
import
{
MuiThemeProvider
,
withStyles
}
from
'
@material-ui/core/styles
'
import
{
IconButton
,
LinearProgress
,
ListItemIcon
,
ListItemText
,
MenuList
,
MenuItem
,
Typography
,
Drawer
,
AppBar
,
Toolbar
,
Divider
,
Button
,
DialogContent
,
DialogTitle
,
DialogActions
,
Dialog
,
Tooltip
}
from
'
@material-ui/core
'
import
{
BrowserRouter
,
Switch
,
Route
,
Link
,
withRouter
}
from
'
react-router-dom
'
import
{
Switch
,
Route
,
Link
,
withRouter
}
from
'
react-router-dom
'
import
BackupIcon
from
'
@material-ui/icons/Backup
'
import
SearchIcon
from
'
@material-ui/icons/Search
'
import
AboutIcon
from
'
@material-ui/icons/Help
'
...
...
@@ -444,7 +444,6 @@ export default class App extends React.Component {
return
(
<
MuiThemeProvider
theme
=
{
genTheme
}
>
<
ErrorSnacks
>
{
/* <BrowserRouter basename={process.env.PUBLIC_URL}> */
}
<
ApiProvider
>
<
DomainProvider
>
<
Navigation
>
...
...
@@ -461,7 +460,6 @@ export default class App extends React.Component {
<
/Navigation
>
<
/DomainProvider
>
<
/ApiProvider
>
{
/* </BrowserRouter> */
}
<
/ErrorSnacks
>
<
LicenseAgreement
/>
<
/MuiThemeProvider
>
...
...
gui/src/history.js
View file @
c940d589
import
{
createBrowserHistory
}
from
'
history
'
export
default
createBrowserHistory
()
export
default
createBrowserHistory
(
{
basename
:
process
.
env
.
PUBLIC_URL
}
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment