Add checkbox; Try without explicit width
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
d45ee8331a
commit
fbf45aa011
@ -40,7 +40,7 @@ areas:
|
|||||||
rowData:
|
rowData:
|
||||||
- component: VI_IT_VIRTUALIZATION
|
- component: VI_IT_VIRTUALIZATION
|
||||||
version: 2.4.0
|
version: 2.4.0
|
||||||
os: vSphere 7.0U3a (7.0.3.00100)
|
os: vSphere 7.0U3a
|
||||||
- component: VI_IT_SRV_LIN_UBUNTU
|
- component: VI_IT_SRV_LIN_UBUNTU
|
||||||
version: 1.3.0
|
version: 1.3.0
|
||||||
os: Ubuntu 18.04 LTS
|
os: Ubuntu 18.04 LTS
|
||||||
@ -51,20 +51,21 @@ areas:
|
|||||||
version: 3.6.0
|
version: 3.6.0
|
||||||
os: Windows 10 IoT Enterprise
|
os: Windows 10 IoT Enterprise
|
||||||
defaultColDef:
|
defaultColDef:
|
||||||
sortable: true
|
sortable: false
|
||||||
resizable: false
|
resizable: false
|
||||||
filter: false
|
filter: false
|
||||||
rowSelection: multiple
|
rowSelection: multiple
|
||||||
columnDefs:
|
columnDefs:
|
||||||
- headerName: Component name
|
- headerName: Component name
|
||||||
field: component
|
field: component
|
||||||
width: 45%
|
checkboxSelection: true
|
||||||
|
# width: 45%
|
||||||
- headerName: Component Version
|
- headerName: Component Version
|
||||||
field: version
|
field: version
|
||||||
width: 20%
|
# width: 20%
|
||||||
- headerName: Operating system
|
- headerName: Operating system
|
||||||
field: os
|
field: os
|
||||||
width: 45%
|
# width: 45%
|
||||||
|
|
||||||
|
|
||||||
- id: rest_data
|
- id: rest_data
|
||||||
|
Reference in New Issue
Block a user