Make debugLog visible in configuration if not set

build-default-monitor-config-from-definitions
Moe 2020-05-04 08:38:13 -07:00
parent 7bcfd6ec4c
commit 8cc80a65c9
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ $(document).ready(function(){
"title": "Shinobi Configuration", "title": "Shinobi Configuration",
"type": "object", "type": "object",
"properties": { "properties": {
"debugLog": {
"type": "boolean",
"default": false
},
"subscriptionId": { "subscriptionId": {
"type": "string", "type": "string",
}, },