This commit is contained in:
parent
c3105c4d56
commit
02a63156b8
@ -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
|
||||||
|
@ -34,12 +34,39 @@ 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
|
||||||
|
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
|
- id: rest_data
|
||||||
type: Markdown
|
type: Markdown
|
||||||
properties:
|
properties:
|
||||||
@ -50,44 +77,6 @@ areas:
|
|||||||
- _log:
|
- _log:
|
||||||
_request: get_data
|
_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: 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
|
||||||
|
Reference in New Issue
Block a user