This commit is contained in:
30
deploy.yaml
30
deploy.yaml
@@ -3,14 +3,17 @@ type: PageHeaderMenu
|
|||||||
properties:
|
properties:
|
||||||
title: Deploy
|
title: Deploy
|
||||||
|
|
||||||
|
layout:
|
||||||
|
contentJustify: center
|
||||||
|
|
||||||
areas:
|
areas:
|
||||||
content:
|
content:
|
||||||
blocks:
|
blocks:
|
||||||
- id: content
|
- id: content
|
||||||
type: Card
|
type: Card
|
||||||
layout:
|
layout:
|
||||||
size: 800 # Set the size of the card so it does not fill the full screen
|
size: 800
|
||||||
contentGutter: 16 # Make a 16px gap between all blocks in this card
|
contentGutter: 5
|
||||||
blocks:
|
blocks:
|
||||||
- id: title
|
- id: title
|
||||||
type: Title
|
type: Title
|
||||||
@@ -18,53 +21,72 @@ areas:
|
|||||||
grow: 1
|
grow: 1
|
||||||
properties:
|
properties:
|
||||||
content: Deploy
|
content: Deploy
|
||||||
|
label:
|
||||||
|
span: 3
|
||||||
- id: macaddress
|
- id: macaddress
|
||||||
required: true
|
required: true
|
||||||
type: TextInput
|
type: TextInput
|
||||||
properties:
|
properties:
|
||||||
title: MAC Address
|
title: MAC Address
|
||||||
placeholder: 00:00:00:00:00:00
|
placeholder: 00:00:00:00:00:00
|
||||||
|
label:
|
||||||
|
span: 3
|
||||||
- id: projectname
|
- id: projectname
|
||||||
type: TextInput
|
type: TextInput
|
||||||
properties:
|
properties:
|
||||||
title: Project name
|
title: Project name
|
||||||
|
label:
|
||||||
|
span: 3
|
||||||
- id: hostname
|
- id: hostname
|
||||||
required: true
|
required: true
|
||||||
type: TextInput
|
type: TextInput
|
||||||
properties:
|
properties:
|
||||||
title: Hostname
|
title: Hostname
|
||||||
|
label:
|
||||||
|
span: 3
|
||||||
- id: ipaddress
|
- id: ipaddress
|
||||||
required: true
|
required: true
|
||||||
type: TextInput
|
type: TextInput
|
||||||
properties:
|
properties:
|
||||||
title: IP address
|
title: IP address
|
||||||
placeholder: 0.0.0.0
|
placeholder: 0.0.0.0
|
||||||
|
label:
|
||||||
|
span: 3
|
||||||
- id: subnetmask
|
- id: subnetmask
|
||||||
required: true
|
required: true
|
||||||
type: TextInput
|
type: TextInput
|
||||||
properties:
|
properties:
|
||||||
title: Subnet mask
|
title: Subnet mask
|
||||||
placeholder: 255.255.255.0
|
placeholder: 255.255.255.0
|
||||||
|
label:
|
||||||
|
span: 3
|
||||||
- id: gateway
|
- id: gateway
|
||||||
required: true
|
required: true
|
||||||
type: TextInput
|
type: TextInput
|
||||||
properties:
|
properties:
|
||||||
title: Gateway
|
title: Gateway
|
||||||
placeholder: 0.0.0.0
|
placeholder: 0.0.0.0
|
||||||
|
label:
|
||||||
|
span: 3
|
||||||
- id: dnsserver
|
- id: dnsserver
|
||||||
type: TextInput
|
type: TextInput
|
||||||
properties:
|
properties:
|
||||||
title: DNS server
|
title: DNS server
|
||||||
placeholder: 0.0.0.0, 0.0.0.0
|
placeholder: 0.0.0.0, 0.0.0.0
|
||||||
|
label:
|
||||||
|
extra: (comma-separated list)
|
||||||
|
span: 3
|
||||||
- id: dnssuffix
|
- id: dnssuffix
|
||||||
type: TextInput
|
type: TextInput
|
||||||
properties:
|
properties:
|
||||||
title: DNS suffix
|
title: DNS suffix
|
||||||
placeholder: example.org
|
placeholder: example.org
|
||||||
|
label:
|
||||||
|
span: 3
|
||||||
- id: warning
|
- id: warning
|
||||||
type: Alert
|
type: Alert
|
||||||
properties:
|
properties:
|
||||||
message: When pressing 'Start Deployment' the physical device should be booted over LAN (PXE).
|
message: After pressing 'Start Deployment' the physical device can be booted over LAN
|
||||||
type: warning
|
type: warning
|
||||||
- id: reset_button
|
- id: reset_button
|
||||||
type: Button
|
type: Button
|
||||||
@@ -75,7 +97,7 @@ areas:
|
|||||||
icon: ClearOutlined
|
icon: ClearOutlined
|
||||||
block: true
|
block: true
|
||||||
type: default
|
type: default
|
||||||
actions:
|
events:
|
||||||
onClick:
|
onClick:
|
||||||
- id: reset
|
- id: reset
|
||||||
type: reset()
|
type: reset()
|
||||||
|
Reference in New Issue
Block a user