Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
b387570f
Commit
b387570f
authored
Feb 26, 2018
by
Sascha Herzinger
Browse files
Fixed bug in databox
parent
54f9c489
Pipeline
#3808
failed with stages
in 1 minute and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/vue/components/DataBox.vue
View file @
b387570f
...
...
@@ -8,8 +8,8 @@
<input
type=
"checkbox"
:value=
"item.task_id"
v-model=
"checkedIds"
:disabled=
"item.state === 'SUBMITTED'"
/>
<span
class=
"fjs-item-label"
:data-state=
"item.state"
>
:disabled=
"item.
etl_
state === 'SUBMITTED'"
/>
<span
class=
"fjs-item-label"
:data-state=
"item.
etl_
state"
>
{{
item
.
label
}}
</span>
<span
class=
"fjs-item-options"
@
click=
"toggleItemBody(item.task_id)"
>
☰
</span>
...
...
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