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
|
field: component
|
||||||
checkboxSelection: true
|
checkboxSelection: true
|
||||||
headerCheckboxSelection: true
|
headerCheckboxSelection: true
|
||||||
flex: 4
|
flex: 2
|
||||||
- headerName: Component Version
|
- headerName: Component Version
|
||||||
field: version
|
field: version
|
||||||
flex: 2
|
flex: 1
|
||||||
- headerName: Operating system
|
- headerName: Operating system
|
||||||
field: os
|
field: os
|
||||||
flex: 4
|
flex: 2
|
||||||
- headerName: Availability
|
- headerName: Availability
|
||||||
field: available
|
field: available
|
||||||
flex: 1
|
flex: 1
|
||||||
cellRenderer:
|
cellRenderer:
|
||||||
_function:
|
_function:
|
||||||
__string.concat:
|
__string.concat:
|
||||||
- <span style="font-size:xx-small">
|
- |
|
||||||
- __args: 0.data.version
|
<progress id="file" max="8" value="
|
||||||
# - Not available for deployment
|
- __args: 0.data._id
|
||||||
- </span>
|
- |
|
||||||
|
"></progress>
|
||||||
- id: bottomrow
|
- id: bottomrow
|
||||||
type: Box
|
type: Box
|
||||||
layout:
|
layout:
|
||||||
|
Reference in New Issue
Block a user