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
Sebastian Gottschalk
bmdl-expert-modeler
Commits
3eb67888
Commit
3eb67888
authored
Nov 08, 2021
by
Alexander Philipp Nowosad
Browse files
Fix artifact load button
parent
66e962ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/development-processes/running-process-select-output-artifact/running-process-select-output-artifact.component.html
View file @
3eb67888
...
...
@@ -27,8 +27,9 @@
</option>
</ng-container>
</select>
<div
class=
"input-group-append"
>
<div
*ngIf=
"!artifact.internalArtifact"
class=
"input-group-append"
>
<button
[disabled]=
"artifactControl.value == null"
class=
"btn btn-outline-primary"
type=
"button"
(click)=
"loadData(artifactControl.value)"
...
...
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