Ignore height; Test accessing json keys
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
e9006e3dfe
commit
4640301d74
@ -51,35 +51,29 @@ areas:
|
|||||||
version: 3.6.0
|
version: 3.6.0
|
||||||
os: Windows 10 IoT Enterprise
|
os: Windows 10 IoT Enterprise
|
||||||
defaultColDef:
|
defaultColDef:
|
||||||
flex: 1
|
|
||||||
sortable: false
|
sortable: false
|
||||||
resizable: false
|
resizable: false
|
||||||
filter: false
|
filter: false
|
||||||
rowSelection: multiple
|
rowSelection: multiple
|
||||||
setDomLayout: autoHeight
|
# setDomLayout: autoHeight
|
||||||
columnDefs:
|
columnDefs:
|
||||||
- headerName: Component name
|
- headerName: Component name
|
||||||
field: component
|
field: component
|
||||||
checkboxSelection: true
|
checkboxSelection: true
|
||||||
# width: 45%
|
flex: 2
|
||||||
- headerName: Component Version
|
- headerName: Component Version
|
||||||
field: version
|
field: version
|
||||||
# width: 20%
|
flex: 1
|
||||||
- headerName: Operating system
|
- headerName: Operating system
|
||||||
field: os
|
field: os
|
||||||
# width: 45%
|
flex: 2
|
||||||
|
|
||||||
|
|
||||||
- id: rest_data
|
- id: rest_data
|
||||||
type: Markdown
|
type: Markdown
|
||||||
properties:
|
properties:
|
||||||
content:
|
content:
|
||||||
_string.concat:
|
- _request: get_data.hello
|
||||||
- '```yaml'
|
|
||||||
- _yaml.stringify:
|
|
||||||
- _log:
|
|
||||||
_request: get_data
|
|
||||||
- '```'
|
|
||||||
- id: bottomrow
|
- id: bottomrow
|
||||||
type: Box
|
type: Box
|
||||||
layout:
|
layout:
|
||||||
|
Reference in New Issue
Block a user