|
@@ -321,11 +321,9 @@ ${layout.menubar(section='query')}
|
|
|
<a id="expandResults" href="javascript:void(0)" title="${_('See results in full screen')}" rel="tooltip"
|
|
<a id="expandResults" href="javascript:void(0)" title="${_('See results in full screen')}" rel="tooltip"
|
|
|
class="view-query-results hide pull-right"><h4 style="margin-right: 20px"><i class="fa fa-expand"></i></h4></a>
|
|
class="view-query-results hide pull-right"><h4 style="margin-right: 20px"><i class="fa fa-expand"></i></h4></a>
|
|
|
|
|
|
|
|
- % if app_name != 'impala':
|
|
|
|
|
<a id="save-results" data-bind="click: saveResultsModal" href="javascript:void(0)" title="${_('Save the results to HDFS or a new Hive table')}" rel="tooltip"
|
|
<a id="save-results" data-bind="click: saveResultsModal" href="javascript:void(0)" title="${_('Save the results to HDFS or a new Hive table')}" rel="tooltip"
|
|
|
class="view-query-results hide pull-right"><h4 style="margin-right: 20px"><i class="fa fa-save"></i></h4>
|
|
class="view-query-results hide pull-right"><h4 style="margin-right: 20px"><i class="fa fa-save"></i></h4>
|
|
|
</a>
|
|
</a>
|
|
|
- % endif
|
|
|
|
|
|
|
|
|
|
<a id="download-csv" data-bind="attr: {'href': '/${ app_name }/download/' + $root.design.history.id() + '/csv'}" href="javascript:void(0)" title="${_('Download the results in CSV format')}" rel="tooltip"
|
|
<a id="download-csv" data-bind="attr: {'href': '/${ app_name }/download/' + $root.design.history.id() + '/csv'}" href="javascript:void(0)" title="${_('Download the results in CSV format')}" rel="tooltip"
|
|
|
class="view-query-results download hide pull-right"><h4 style="margin-right: 20px"><i class="hfo hfo-file-csv"></i></h4>
|
|
class="view-query-results download hide pull-right"><h4 style="margin-right: 20px"><i class="hfo hfo-file-csv"></i></h4>
|
|
@@ -615,12 +613,12 @@ ${layout.menubar(section='query')}
|
|
|
<span data-bind="visible: $root.design.results.save.type() == 'hdfs'">
|
|
<span data-bind="visible: $root.design.results.save.type() == 'hdfs'">
|
|
|
<input data-bind="value: $root.design.results.save.path" type="text" name="target_dir" placeholder="${_('Results location')}" class="pathChooser">
|
|
<input data-bind="value: $root.design.results.save.path" type="text" name="target_dir" placeholder="${_('Results location')}" class="pathChooser">
|
|
|
</span>
|
|
</span>
|
|
|
- % if app_name != 'impala':
|
|
|
|
|
<label class="radio" data-bind="visible: $root.design.results.save.type() == 'hdfs'">
|
|
<label class="radio" data-bind="visible: $root.design.results.save.type() == 'hdfs'">
|
|
|
- <input data-bind="checked: $root.design.results.save.rerun" type="checkbox" name="rerun">
|
|
|
|
|
- ${ _('Run an export query') }
|
|
|
|
|
|
|
+ % if app_name != 'impala':
|
|
|
|
|
+ <input data-bind="checked: $root.design.results.save.rerun" type="checkbox" name="rerun">
|
|
|
|
|
+ ${ _('Run an export query') }
|
|
|
|
|
+ % endif
|
|
|
</label>
|
|
</label>
|
|
|
- % endif
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</fieldset>
|
|
</fieldset>
|