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
7a69355c
Commit
7a69355c
authored
Dec 19, 2019
by
Markus Scheidgen
Browse files
Minor linting.
parent
c20ef7f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
gui/src/components/metaInfoBrowser/MetaInfoBrowser.js
View file @
7a69355c
...
...
@@ -44,7 +44,6 @@ const ITEM_PADDING_TOP = 8
const
MenuProps
=
{
PaperProps
:
{
style
:
{
maxHeight
:
ITEM_HEIGHT
*
4.5
+
ITEM_PADDING_TOP
,
width
:
300
,
maxHeight
:
'
90vh
'
}
}
...
...
gui/src/components/uploads/ConfirmDialog.js
View file @
7a69355c
...
...
@@ -5,7 +5,6 @@ import Dialog from '@material-ui/core/Dialog'
import
DialogActions
from
'
@material-ui/core/DialogActions
'
import
DialogContent
from
'
@material-ui/core/DialogContent
'
import
DialogTitle
from
'
@material-ui/core/DialogTitle
'
import
{
FormGroup
,
Checkbox
,
FormLabel
}
from
'
@material-ui/core
'
import
Markdown
from
'
../Markdown
'
class
ConfirmDialog
extends
React
.
Component
{
...
...
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