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:
font-size: smaller
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
type: Alert
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
- id: reset_button
type: Button

View File

@ -34,60 +34,49 @@ areas:
span: 24
properties:
content: Stage
- id: leftcolumn
type: Box
layout:
span: 12
contentGutter: 10
blocks:
- id: rest_data
type: Markdown
properties:
content:
_string.concat:
- '```yaml'
- _yaml.stringify:
- _log:
_request: get_data
- '```'
- id: rightcolumn
type: Box
layout:
span: 12
contentGutter: 10
blocks:
- id: alpha
required: true
type: TextArea
properties:
autoSize:
maxRows: 3
minRows: 3
block: true
title: Alpha
placeholder: Beta
label:
extra: Gamma
extraStyle:
font-size: smaller
font-style: italic
# span: 5
- id: kappa
required: true
type: TextArea
properties:
autoSize:
maxRows: 3
minRows: 3
block: true
title: Kappa
placeholder: Lambda
label:
extra: Mu
extraStyle:
font-size: smaller
font-style: italic
# span: 5
- 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:
@ -112,6 +101,6 @@ areas:
layout:
grow: 3
properties:
title: Download
title: Download Images
icon: CloudDownloadOutlined
block: true