From 02a63156b81f4186389e37c77d37763896ce261b Mon Sep 17 00:00:00 2001 From: djpbessems Date: Mon, 24 Jan 2022 15:21:01 +0100 Subject: [PATCH] Testing tables --- Lowdefy/deploy.yaml | 20 ++++++++- Lowdefy/stage.yaml | 99 ++++++++++++++++++++------------------------- 2 files changed, 63 insertions(+), 56 deletions(-) diff --git a/Lowdefy/deploy.yaml b/Lowdefy/deploy.yaml index e8e1856..632c7c0 100644 --- a/Lowdefy/deploy.yaml +++ b/Lowdefy/deploy.yaml @@ -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 diff --git a/Lowdefy/stage.yaml b/Lowdefy/stage.yaml index 5986351..9c704b0 100644 --- a/Lowdefy/stage.yaml +++ b/Lowdefy/stage.yaml @@ -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