Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
751b7b04
Commit
751b7b04
authored
Jan 11, 2019
by
Samuel GAIST
Browse files
Merge branch 'alg-editor-form-warning-162' into 'master'
Alg editor form warning 162 Closes
#162
See merge request
!36
parents
7a8dabd9
6b9d3c9c
Pipeline
#25877
passed with stages
in 31 minutes and 49 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
conda/js/src/components/algorithm/AlgorithmEditor.jsx
View file @
751b7b04
...
...
@@ -564,6 +564,7 @@ export class AlgorithmEditor extends React.Component<Props, State> {
</
div
>
{
/* simple universal stuff - description, what type of alg, if its splittable */
}
<
Form
>
<
React
.
Fragment
>
<
FormGroup
tag
=
'fieldset'
>
<
FormGroup
>
<
Label
for
=
'algDesc'
>
Short Description
</
Label
>
...
...
@@ -700,6 +701,7 @@ export class AlgorithmEditor extends React.Component<Props, State> {
{
this
.
renderLibraries
()
}
{
this
.
props
.
data
.
contents
.
results
&&
this
.
renderResults
()
}
</
TabContent
>
</
React
.
Fragment
>
</
Form
>
</
div
>
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment