Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractal.js
Commits
3d20ddb2
Commit
3d20ddb2
authored
May 15, 2018
by
Sascha Herzinger
Browse files
Variable disabled unless SUCCESS
parent
abaef9b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vue/components/DataBox.vue
View file @
3d20ddb2
...
...
@@ -8,7 +8,7 @@
<input
type=
"checkbox"
:value=
"item.task_id"
v-model=
"checkedIds"
:disabled=
"item.etl_state
=
== 'SU
BMITTED
'"
/>
:disabled=
"item.etl_state
!
== 'SU
CCESS
'"
/>
<span
class=
"fjs-item-label"
:data-state=
"item.etl_state"
>
{{
item
.
label
}}
</span>
...
...
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