|
@@ -449,14 +449,14 @@
|
|
<label>${key}</label>
|
|
<label>${key}</label>
|
|
</div>`);
|
|
</div>`);
|
|
}else if (datatype == "time.Duration"){
|
|
}else if (datatype == "time.Duration"){
|
|
- let defaultIntValue = 300;
|
|
|
|
- let defaultMinValue = 60;
|
|
|
|
|
|
+ let defaultIntValue = 120;
|
|
|
|
+ let defaultMinValue = 30;
|
|
if (key == "PollingInterval"){
|
|
if (key == "PollingInterval"){
|
|
- defaultIntValue = 5;
|
|
|
|
|
|
+ defaultIntValue = 2;
|
|
defaultMinValue = 1;
|
|
defaultMinValue = 1;
|
|
}else if (key == "PropagationTimeout"){
|
|
}else if (key == "PropagationTimeout"){
|
|
- defaultIntValue = 300;
|
|
|
|
- defaultMinValue = 60;
|
|
|
|
|
|
+ defaultIntValue = 120;
|
|
|
|
+ defaultMinValue = 30;
|
|
}
|
|
}
|
|
optionalFieldsHTML += (`<div class="ui fluid labeled dnsConfigField small input" key="${key}" style="margin-top: 0.2em;">
|
|
optionalFieldsHTML += (`<div class="ui fluid labeled dnsConfigField small input" key="${key}" style="margin-top: 0.2em;">
|
|
<div class="ui basic blue label" style="font-weight: 300;">
|
|
<div class="ui basic blue label" style="font-weight: 300;">
|