|
@@ -615,7 +615,7 @@ ${ commonheader(_("Importer"), "indexer", user, request, "60px") | n,unicode }
|
|
|
${ _('Invalid characters') }
|
|
${ _('Invalid characters') }
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
<!-- ko if: !name() -->
|
|
<!-- ko if: !name() -->
|
|
|
- ${ _('Empty name') }
|
|
|
|
|
|
|
+ ${ _('This field is mandatory') }
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
</span>
|
|
</span>
|
|
|
<span class="help-inline muted" data-bind="visible: isTargetExisting() && outputFormat() != 'altus'">
|
|
<span class="help-inline muted" data-bind="visible: isTargetExisting() && outputFormat() != 'altus'">
|
|
@@ -629,13 +629,13 @@ ${ commonheader(_("Importer"), "indexer", user, request, "60px") | n,unicode }
|
|
|
|
|
|
|
|
<!-- ko if: namespace().computes.length > 1 || window.getLastKnownConfig().has_computes -->
|
|
<!-- ko if: namespace().computes.length > 1 || window.getLastKnownConfig().has_computes -->
|
|
|
<div class="control-group">
|
|
<div class="control-group">
|
|
|
- <label for="computeName" class="control-label"><div>${ _('Compute') }</div>
|
|
|
|
|
|
|
+ <label for="computeName" class="control-label"><div>${ _('Virtual Warehouse') }</div>
|
|
|
<select id="computeName" data-bind="selectize: namespace().computes, value: $parent.createWizard.source.selectedComputeId, optionsValue: 'name', optionsText: 'name'" placeHolder="Select Compute"></select>
|
|
<select id="computeName" data-bind="selectize: namespace().computes, value: $parent.createWizard.source.selectedComputeId, optionsValue: 'name', optionsText: 'name'" placeHolder="Select Compute"></select>
|
|
|
</label>
|
|
</label>
|
|
|
<!-- ko if: !$parent.createWizard.source.selectedComputeId() -->
|
|
<!-- ko if: !$parent.createWizard.source.selectedComputeId() -->
|
|
|
<span class="help-inline muted">
|
|
<span class="help-inline muted">
|
|
|
<i class="fa fa-warning" style="color: #c09853"></i>
|
|
<i class="fa fa-warning" style="color: #c09853"></i>
|
|
|
- ${ _('Empty compute') }
|
|
|
|
|
|
|
+ ${ _('This field is mandatory') }
|
|
|
</span>
|
|
</span>
|
|
|
<!-- /ko -->
|
|
<!-- /ko -->
|
|
|
</div>
|
|
</div>
|