Update 'stage.yaml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-19 21:14:27 +00:00
parent fde1160b6a
commit 8d464bf9d3

View File

@@ -18,13 +18,13 @@ areas:
- id: title - id: title
type: Title type: Title
layout: layout:
grow: 1 span: 24
properties: properties:
content: Stage content: Stage
- id: leftcolumn - id: leftcolumn
type: Box type: Box
layout: layout:
span: 5 span: 9
blocks: blocks:
- id: foo - id: foo
required: true required: true
@@ -51,7 +51,7 @@ areas:
- id: rightcolumn - id: rightcolumn
type: Box type: Box
layout: layout:
span: 5 span: 9
blocks: blocks:
- id: alpha - id: alpha
required: true required: true
@@ -76,24 +76,29 @@ areas:
extra: Mu extra: Mu
span: 3 span: 3
- id: reset_button - id: bottomrow
type: Button type: Box
layout: layout:
grow: 1 span: 24
properties: blocks:
title: Reset - id: reset_button
icon: ClearOutlined type: Button
block: true layout:
type: default grow: 1
events: properties:
onClick: title: Reset
- id: reset icon: ClearOutlined
type: reset() block: true
- id: start_download type: default
type: Button events:
layout: onClick:
grow: 3 - id: reset
properties: type: reset()
title: Download - id: start_download
icon: CloudDownloadOutlined type: Button
block: true layout:
grow: 3
properties:
title: Download
icon: CloudDownloadOutlined
block: true