|
@@ -240,7 +240,7 @@ ${ assist.assistPanel() }
|
|
|
|
|
|
|
|
<div class="control-group" data-bind="visible: createWizard.fileFormat().inputFormat() == 'table'">
|
|
<div class="control-group" data-bind="visible: createWizard.fileFormat().inputFormat() == 'table'">
|
|
|
<label for="path" class="control-label"><div>${ _('Table') }</div>
|
|
<label for="path" class="control-label"><div>${ _('Table') }</div>
|
|
|
- <input type="text" data-bind="value: createWizard.fileFormat().table, hivechooser: createWizard.fileFormat().table, skipColumns: true">
|
|
|
|
|
|
|
+ <input type="text" data-bind="value: createWizard.fileFormat().table, hivechooser: createWizard.fileFormat().table, skipColumns: true, apiHelperUser: '${ user }', apiHelperType: 'hive'">
|
|
|
</label>
|
|
</label>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|