- updated parameters in form

This commit is contained in:
dirkwall 2016-10-17 14:52:13 +02:00
parent 6011c77f56
commit 6af610530e
1 changed files with 4 additions and 12 deletions

View File

@ -21,20 +21,12 @@ attributes:
regex:
source: '\S'
error: "Token must not be empty"
# Dynatrace Managed?
dynatrace_managed:
type: "checkbox"
weight: 40
value: false
label: "Do you use Dynatrace Managed?"
description: "Tick the checkbox if you are using Dynatrace Managed"
# Dynatrace Managed Server URL
dynatrace_managed_server:
type: "text"
weight: 40
value: ""
label: "Dynatrace server URL"
description: "Only needed if you have Dynatrace managed - use the URL
provided in the OneAgent installation screen (link)"
restrictions:
- condition: "settings:fuel-plugin-dynatrace.metadata.dynatrace_managed != true"
description: "Only needed if you have Dynatrace managed - use the URL provided in the OneAgent installation screen (link)"
regex:
source: '\S'
error: "Server URL must not be empty"