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