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
41238db5
Commit
41238db5
authored
Jul 20, 2020
by
Markus Scheidgen
Browse files
Fixed linting.
parent
9353e01c
Pipeline
#78952
passed with stages
in 36 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gui/src/components/uploads/UploadPage.js
View file @
41238db5
import
React
from
'
react
'
import
PropTypes
,
{
instanceOf
}
from
'
prop-types
'
import
Markdown
from
'
../Markdown
'
import
{
withStyles
,
Paper
,
IconButton
,
FormGroup
,
FormLabel
,
Tooltip
,
Typography
}
from
'
@material-ui/core
'
import
{
withStyles
,
Paper
,
IconButton
,
FormGroup
,
FormLabel
,
Tooltip
,
Typography
,
Link
}
from
'
@material-ui/core
'
import
UploadIcon
from
'
@material-ui/icons/CloudUpload
'
import
Dropzone
from
'
react-dropzone
'
import
Upload
from
'
./Upload
'
...
...
@@ -17,7 +17,6 @@ import { CopyToClipboard } from 'react-copy-to-clipboard'
import
{
guiBase
,
appBase
}
from
'
../../config
'
import
qs
from
'
qs
'
import
{
CodeList
}
from
'
../About
'
import
{
Link
}
from
'
@material-ui/core
'
export
const
help
=
`
NOMAD allows you to upload data. After upload, NOMAD will process your data: it will
...
...
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