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

This commit is contained in:
2022-01-19 14:46:43 +00:00
parent 6d7de4ec1c
commit f38ac210b2

View File

@@ -13,6 +13,7 @@ areas:
properties: properties:
content: Deploy content: Deploy
- id: macaddress - id: macaddress
required: true
type: TextInput type: TextInput
properties: properties:
title: MAC Address title: MAC Address
@@ -22,20 +23,24 @@ areas:
properties: properties:
title: Project name title: Project name
- id: hostname - id: hostname
required: true
type: TextInput type: TextInput
properties: properties:
title: Hostname title: Hostname
- id: ipaddress - id: ipaddress
required: true
type: TextInput type: TextInput
properties: properties:
title: IP address title: IP address
placeholder: 0.0.0.0 placeholder: 0.0.0.0
- id: subnetmask - id: subnetmask
required: true
type: TextInput type: TextInput
properties: properties:
title: Subnet mask title: Subnet mask
placeholder: 255.255.255.0 placeholder: 255.255.255.0
- id: gateway - id: gateway
required: true
type: TextInput type: TextInput
properties: properties:
title: Gateway title: Gateway
@@ -50,21 +55,20 @@ areas:
properties: properties:
title: DNS suffix title: DNS suffix
placeholder: example.org placeholder: example.org
- 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: When pressing 'Start Deployment' the physical device should be booted over LAN (PXE).
type: warning type: warning
- id: reset_button - id: reset_button
type: Button type: Button
layout: layout:
grow: 1 grow: 1
properties: properties:
title: Reset title: Reset
Icon: ReloadOutlined Icon: ClearOutlined
block: true block: true
type: default
actions: actions:
onClick: onClick:
- id: reset - id: reset