Commit b5d81336 authored by Alain Takoudjou's avatar Alain Takoudjou

repman: fix instance input schema json format

parent 9fe1035e
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
"computer-memory-percent-threshold": { "computer-memory-percent-threshold": {
"title": "Computer memory percent threshold.", "title": "Computer memory percent threshold.",
"description": "Computer memory percent threshold.", "description": "Computer memory percent threshold.",
"type": "int", "type": "integer",
"default": 80 "default": 80
}, },
"monitor-interface-url": { "monitor-interface-url": {
...@@ -256,7 +256,6 @@ ...@@ -256,7 +256,6 @@
"manual", "manual",
"automatic" "automatic"
] ]
}, },
"failover-limit": { "failover-limit": {
"title": "Failover amount limit", "title": "Failover amount limit",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment