improve projects section blueprint columns display: replace ✔ by a disabled checked checkbox if isDTLEnabled
This commit is contained in:
parent
c703bbdf73
commit
77a0a42606
1 changed files with 4 additions and 3 deletions
|
|
@ -10,9 +10,10 @@ columns:
|
||||||
label: Étape en cours
|
label: Étape en cours
|
||||||
value: "{{ page.getStepLabel }}"
|
value: "{{ page.getStepLabel }}"
|
||||||
isDTLEnabled:
|
isDTLEnabled:
|
||||||
label: Design to light
|
label: Design to Light
|
||||||
value: "{{ page.isDTLEnabled.value ? '✔' : '' }}"
|
value: "<input type='checkbox' disabled {{ page.isDTLEnabled.value ? 'checked' : '' }}>"
|
||||||
type: text
|
type: html
|
||||||
|
width: 1/6
|
||||||
empty: Pas encore de projet
|
empty: Pas encore de projet
|
||||||
image: false
|
image: false
|
||||||
search: true
|
search: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue