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

This commit is contained in:
2022-01-19 15:40:43 +00:00
parent fe7e7fcaa7
commit fc74d569ef

View File

@@ -13,7 +13,7 @@ areas:
type: Card type: Card
layout: layout:
size: 800 size: 800
contentGutter: 5 contentGutter: 10
blocks: blocks:
- id: title - id: title
type: Title type: Title
@@ -22,7 +22,7 @@ areas:
properties: properties:
content: Deploy content: Deploy
label: label:
span: 3 span: 5
- id: macaddress - id: macaddress
required: true required: true
type: TextInput type: TextInput
@@ -30,20 +30,20 @@ areas:
title: MAC Address title: MAC Address
placeholder: 00:00:00:00:00:00 placeholder: 00:00:00:00:00:00
label: label:
span: 3 span: 5
- id: projectname - id: projectname
type: TextInput type: TextInput
properties: properties:
title: Project name title: Project name
label: label:
span: 3 span: 5
- id: hostname - id: hostname
required: true required: true
type: TextInput type: TextInput
properties: properties:
title: Hostname title: Hostname
label: label:
span: 3 span: 5
- id: ipaddress - id: ipaddress
required: true required: true
type: TextInput type: TextInput
@@ -51,7 +51,7 @@ areas:
title: IP address title: IP address
placeholder: 0.0.0.0 placeholder: 0.0.0.0
label: label:
span: 3 span: 5
- id: subnetmask - id: subnetmask
required: true required: true
type: TextInput type: TextInput
@@ -59,7 +59,7 @@ areas:
title: Subnet mask title: Subnet mask
placeholder: 255.255.255.0 placeholder: 255.255.255.0
label: label:
span: 3 span: 5
- id: gateway - id: gateway
required: true required: true
type: TextInput type: TextInput
@@ -67,7 +67,7 @@ areas:
title: Gateway title: Gateway
placeholder: 0.0.0.0 placeholder: 0.0.0.0
label: label:
span: 3 span: 5
- id: dnsserver - id: dnsserver
type: TextInput type: TextInput
properties: properties:
@@ -75,14 +75,14 @@ areas:
placeholder: 0.0.0.0, 0.0.0.0 placeholder: 0.0.0.0, 0.0.0.0
label: label:
extra: (comma-separated list) extra: (comma-separated list)
span: 3 span: 5
- id: dnssuffix - id: dnssuffix
type: TextInput type: TextInput
properties: properties:
title: DNS suffix title: DNS suffix
placeholder: example.org placeholder: example.org
label: label:
span: 3 span: 5
- id: warning - id: warning
type: Alert type: Alert
properties: properties: