This commit is contained in:
10
deploy.yaml
10
deploy.yaml
@@ -13,6 +13,7 @@ areas:
|
||||
properties:
|
||||
content: Deploy
|
||||
- id: macaddress
|
||||
required: true
|
||||
type: TextInput
|
||||
properties:
|
||||
title: MAC Address
|
||||
@@ -22,20 +23,24 @@ areas:
|
||||
properties:
|
||||
title: Project name
|
||||
- id: hostname
|
||||
required: true
|
||||
type: TextInput
|
||||
properties:
|
||||
title: Hostname
|
||||
- id: ipaddress
|
||||
required: true
|
||||
type: TextInput
|
||||
properties:
|
||||
title: IP address
|
||||
placeholder: 0.0.0.0
|
||||
- id: subnetmask
|
||||
required: true
|
||||
type: TextInput
|
||||
properties:
|
||||
title: Subnet mask
|
||||
placeholder: 255.255.255.0
|
||||
- id: gateway
|
||||
required: true
|
||||
type: TextInput
|
||||
properties:
|
||||
title: Gateway
|
||||
@@ -50,21 +55,20 @@ areas:
|
||||
properties:
|
||||
title: DNS suffix
|
||||
placeholder: example.org
|
||||
|
||||
- id: warning
|
||||
type: Alert
|
||||
properties:
|
||||
message: When pressing 'Start Deployment' the physical device should be booted over LAN (PXE).
|
||||
type: warning
|
||||
|
||||
- id: reset_button
|
||||
type: Button
|
||||
layout:
|
||||
grow: 1
|
||||
properties:
|
||||
title: Reset
|
||||
Icon: ReloadOutlined
|
||||
Icon: ClearOutlined
|
||||
block: true
|
||||
type: default
|
||||
actions:
|
||||
onClick:
|
||||
- id: reset
|
||||
|
Reference in New Issue
Block a user