Native HTML element for progress
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ec092e666c
commit
ad6253d920
@ -56,23 +56,24 @@ areas:
|
||||
field: component
|
||||
checkboxSelection: true
|
||||
headerCheckboxSelection: true
|
||||
flex: 4
|
||||
flex: 2
|
||||
- headerName: Component Version
|
||||
field: version
|
||||
flex: 2
|
||||
flex: 1
|
||||
- headerName: Operating system
|
||||
field: os
|
||||
flex: 4
|
||||
flex: 2
|
||||
- headerName: Availability
|
||||
field: available
|
||||
flex: 1
|
||||
cellRenderer:
|
||||
_function:
|
||||
__string.concat:
|
||||
- <span style="font-size:xx-small">
|
||||
- __args: 0.data.version
|
||||
# - Not available for deployment
|
||||
- </span>
|
||||
- |
|
||||
<progress id="file" max="8" value="
|
||||
- __args: 0.data._id
|
||||
- |
|
||||
"></progress>
|
||||
- id: bottomrow
|
||||
type: Box
|
||||
layout:
|
||||
|
Reference in New Issue
Block a user