Retry autoheight; Set state with request data
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2022-01-25 09:09:46 +01:00
parent be7a21c4ae
commit 61af88db9e
1 changed files with 13 additions and 7 deletions

View File

@ -11,10 +11,15 @@ requests:
url: /
events:
onEnter:
onInit:
- id: fetch_get_data
type: Request
params: get_data
- id: set_results
type: setState
params:
components:
_request: get_data
layout:
contentJustify: center
@ -36,6 +41,8 @@ areas:
content: Stage
- id: component_table
type: AgGridAlpine
layout:
height: 500
properties:
rowData:
- component: VI_IT_VIRTUALIZATION
@ -54,8 +61,8 @@ areas:
sortable: false
resizable: false
filter: false
autoHeight: true
rowSelection: multiple
# setDomLayout: autoHeight
columnDefs:
- headerName: Component name
field: component
@ -74,11 +81,10 @@ areas:
properties:
content:
_string.concat:
- '```yaml'
- _yaml.stringify:
- _log:
_request: get_data.hello
- '```'
- |
```yaml
{{ components.hello }}
```
- id: bottomrow
type: Box
layout: