|
@@ -439,7 +439,7 @@ from django.utils.translation import ugettext as _
|
|
|
<input data-bind="value: coordinator.properties.timeout" type="number"/>
|
|
<input data-bind="value: coordinator.properties.timeout" type="number"/>
|
|
|
|
|
|
|
|
<h4>${ _('Concurrency') }</h4>
|
|
<h4>${ _('Concurrency') }</h4>
|
|
|
- <select data-bind="options: availableSettings, optionsCaption: '${ _ko("Default") }', value: coordinator.properties.concurrency"></select>
|
|
|
|
|
|
|
+ <select data-bind="options: availableSettings, value: coordinator.properties.concurrency"></select>
|
|
|
|
|
|
|
|
<h4>${ _('Execution') }</h4>
|
|
<h4>${ _('Execution') }</h4>
|
|
|
<select data-bind="value: coordinator.properties.execution">
|
|
<select data-bind="value: coordinator.properties.execution">
|
|
@@ -449,7 +449,7 @@ from django.utils.translation import ugettext as _
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<h4>${ _('Throttle') }</h4>
|
|
<h4>${ _('Throttle') }</h4>
|
|
|
- <select data-bind="options: availableSettings, optionsCaption: '${ _ko("Default") }', value: coordinator.properties.throttle"></select>
|
|
|
|
|
|
|
+ <select data-bind="options: availableSettings, value: coordinator.properties.throttle"></select>
|
|
|
|
|
|
|
|
<h4>${ _('SLA Configuration') }</h4>
|
|
<h4>${ _('SLA Configuration') }</h4>
|
|
|
<div class="sla-form" data-bind="with: $root.coordinator.properties">
|
|
<div class="sla-form" data-bind="with: $root.coordinator.properties">
|