Fixed incorrect parameter options of 'publish' field in UI

Fixed incorrect option 'required: true' for UI in Docker
Grafana and Docker MongoDb

Change-Id: Iaf805b5f5bfd5e8eb936d1aaafc88f68eab496b6
Closes-Bug: #1449706
This commit is contained in:
vryzhenkin 2015-04-28 21:57:51 +03:00
parent 0618762d82
commit b1ac21fbde
2 changed files with 4 additions and 4 deletions

View File

@ -50,8 +50,8 @@ Forms:
- name: publish
type: boolean
label: Visible from outside
initial: false
required: true
initial: true
required: false
description: >-
Check if you intend to access the application from the Internet

View File

@ -44,7 +44,7 @@ Forms:
- name: publish
type: boolean
label: Make application accessible from outside
initial: false
required: true
initial: true
required: false
description: >-
Check if you intend to access application from the Internet