Testing tables
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-01-24 15:21:01 +01:00
parent c3105c4d56
commit 02a63156b8
2 changed files with 63 additions and 56 deletions

View File

@ -159,10 +159,28 @@ areas:
extraStyle: extraStyle:
font-size: smaller font-size: smaller
font-style: italic font-style: italic
- id: fullchain
required: true
type: TextArea
properties:
autoSize:
maxRows: 4
minRows: 4
block: true
title: Issuing CA chain
placeholder: |
-----BEGIN CERTIFICATE-----
[...]
-----END CERTIFICATE-----
label:
extra: PEM format
extraStyle:
font-size: smaller
font-style: italic
- id: warning - id: warning
type: Alert type: Alert
properties: properties:
message: After pressing 'Start Deployment' the physical device can be booted over LAN message: Only *after* pressing 'Start Deployment', can the physical device be booted over LAN
type: warning type: warning
- id: reset_button - id: reset_button
type: Button type: Button

View File

@ -34,60 +34,49 @@ areas:
span: 24 span: 24
properties: properties:
content: Stage content: Stage
- id: leftcolumn - id: component_table
type: Box type: AgGridAlpine
layout: properties:
span: 12 rowData:
contentGutter: 10 - component: VI_IT_VIRTUALIZATION
blocks: version: 2.4.0
- id: rest_data os: vSphere 7.0U3a (7.0.3.00100)
type: Markdown - component: VI_IT_SRV_LIN_UBUNTU
properties: version: 1.3.0
content: os: Ubuntu 18.04 LTS
_string.concat: - component: VI_IT_SRV_WIN
- '```yaml' version: 3.9.1
- _yaml.stringify: os: Windows Server 2019 Enterprise
- _log: - component: VI_IT_CLT_WIN
_request: get_data version: 3.6.0
- '```' os: Windows 10 IoT Enterprise
- id: rightcolumn defaultColDef:
type: Box sortable: true
layout: resizable: false
span: 12 filter: false
contentGutter: 10 rowSelection: multiple
blocks: columnDefs:
- id: alpha - headerName: Component name
required: true field: component
type: TextArea width: 350
properties: - headerName: Component Version
autoSize: field: version
maxRows: 3 width: 100
minRows: 3 - headerName: Operating system
block: true field: os
title: Alpha width: 250
placeholder: Beta
label:
extra: Gamma - id: rest_data
extraStyle: type: Markdown
font-size: smaller properties:
font-style: italic content:
# span: 5 _string.concat:
- id: kappa - '```yaml'
required: true - _yaml.stringify:
type: TextArea - _log:
properties: _request: get_data
autoSize: - '```'
maxRows: 3
minRows: 3
block: true
title: Kappa
placeholder: Lambda
label:
extra: Mu
extraStyle:
font-size: smaller
font-style: italic
# span: 5
- id: bottomrow - id: bottomrow
type: Box type: Box
layout: layout:
@ -112,6 +101,6 @@ areas:
layout: layout:
grow: 3 grow: 3
properties: properties:
title: Download title: Download Images
icon: CloudDownloadOutlined icon: CloudDownloadOutlined
block: true block: true