This commit is contained in:
20
deploy.yaml
20
deploy.yaml
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user