Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
94eb19c2
Commit
94eb19c2
authored
Mar 28, 2018
by
Piotr Gawron
Browse files
UNKNOWN DISEASE MAP -> NEW DISEASE MAP
parent
aff4902e
Pipeline
#4385
passed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/src/main/js/gui/admin/AddProjectDialog.js
View file @
94eb19c2
...
...
@@ -205,7 +205,7 @@ AddProjectDialog.prototype.createGeneralTabContent = function () {
table
.
appendChild
(
self
.
createRow
([
guiUtils
.
createLabel
(
"
File format:
"
),
fileFormatSelect
]));
table
.
appendChild
(
self
.
createInputRow
(
"
ProjectId:
"
,
"
id
"
,
"
project-id
"
));
table
.
appendChild
(
self
.
createInputRow
(
"
Project name:
"
,
"
UNKNOWN
DISEASE MAP
"
,
"
project-name
"
));
table
.
appendChild
(
self
.
createInputRow
(
"
Project name:
"
,
"
NEW
DISEASE MAP
"
,
"
project-name
"
));
table
.
appendChild
(
self
.
createInputRow
(
"
Project Disease:
"
,
""
,
"
project-disease
"
));
table
.
appendChild
(
self
.
createInputRow
(
"
Organism:
"
,
""
,
"
project-organism
"
));
table
.
appendChild
(
self
.
createInputRow
(
"
Version:
"
,
""
,
"
project-version
"
));
...
...
Write
Preview
Markdown
is supported
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