From f38ac210b2ef651c3beaf4dd67fe9d15a4dcd09f Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 19 Jan 2022 14:46:43 +0000 Subject: [PATCH] Update 'deploy.yaml' --- deploy.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/deploy.yaml b/deploy.yaml index 73d28cc..4d02dd4 100644 --- a/deploy.yaml +++ b/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