This repository has been archived on 2022-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
ContainerImage.WendyUI/Lowdefy/stage.yaml

107 lines
2.7 KiB
YAML

id: stage
type: PageHeaderMenu
properties:
title: Stage
requests:
- id: get_data
type: AxiosHttp
connectionId: api
properties:
url: /
events:
onEnter:
- id: fetch_get_data
type: Request
params: get_data
layout:
contentJustify: center
areas:
content:
blocks:
- id: content
type: Card
layout:
size: 1000
contentGutter: 10
blocks:
- id: title
type: Title
layout:
span: 24
properties:
content: Stage
- id: component_table
type: AgGridAlpine
properties:
rowData:
- component: VI_IT_VIRTUALIZATION
version: 2.4.0
os: vSphere 7.0U3a (7.0.3.00100)
- component: VI_IT_SRV_LIN_UBUNTU
version: 1.3.0
os: Ubuntu 18.04 LTS
- component: VI_IT_SRV_WIN
version: 3.9.1
os: Windows Server 2019 Enterprise
- component: VI_IT_CLT_WIN
version: 3.6.0
os: Windows 10 IoT Enterprise
defaultColDef:
sortable: true
resizable: false
filter: false
rowSelection: multiple
columnDefs:
- headerName: Component name
field: component
width: 350
- headerName: Component Version
field: version
width: 100
- headerName: Operating system
field: os
width: 250
- id: rest_data
type: Markdown
properties:
content:
_string.concat:
- '```yaml'
- _yaml.stringify:
- _log:
_request: get_data
- '```'
- id: bottomrow
type: Box
layout:
span: 24
contentGutter: 10
blocks:
- id: reset_button
type: Button
layout:
grow: 1
properties:
title: Reset
icon: ClearOutlined
block: true
type: default
events:
onClick:
- id: reset
type: Reset
- id: start_download
type: Button
layout:
grow: 3
properties:
title: Download Images
icon: CloudDownloadOutlined
block: true