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
|
||||
value: "{{ page.getStepLabel }}"
|
||||
isDTLEnabled:
|
||||
label: Design to light
|
||||
value: "{{ page.isDTLEnabled.value ? '✔' : '' }}"
|
||||
type: text
|
||||
label: Design to Light
|
||||
value: "<input type='checkbox' disabled {{ page.isDTLEnabled.value ? 'checked' : '' }}>"
|
||||
type: html
|
||||
width: 1/6
|
||||
empty: Pas encore de projet
|
||||
image: false
|
||||
search: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue