chore(apps): move port above advanced in GUI (#1326)
This commit is contained in:
@@ -101,6 +101,14 @@ questions:
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: port
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10012
|
||||
editable: true
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
schema:
|
||||
@@ -136,15 +144,6 @@ questions:
|
||||
type: int
|
||||
default: 8080
|
||||
|
||||
- variable: port
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 10012
|
||||
editable: true
|
||||
required: true
|
||||
|
||||
|
||||
- variable: rtmp
|
||||
label: "rtmp Service"
|
||||
@@ -158,6 +157,14 @@ questions:
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: port
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 1935
|
||||
editable: true
|
||||
required: true
|
||||
- variable: advanced
|
||||
label: "Show Advanced settings"
|
||||
schema:
|
||||
@@ -193,15 +200,6 @@ questions:
|
||||
type: int
|
||||
default: 1935
|
||||
|
||||
- variable: port
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
schema:
|
||||
type: int
|
||||
default: 1935
|
||||
editable: true
|
||||
required: true
|
||||
|
||||
- variable: serviceexpert
|
||||
group: "Networking and Services"
|
||||
label: "Show Expert Config"
|
||||
|
||||
Reference in New Issue
Block a user