|
|
@@ -478,7 +478,7 @@ ${ assist.assistPanel() }
|
|
|
<!-- ko if: ['table', 'rdbms'].indexOf($root.createWizard.source.inputFormat()) >= 0 && $root.createWizard.source.tables().length > 1 -->
|
|
|
<ul class="nav nav-tabs" style="margin-top: -14px">
|
|
|
<!-- ko foreach: $root.createWizard.source.tables -->
|
|
|
- <li data-bind="css: { 'active': $root.createWizard.source.selectedTableIndex() === $index() }"><a href="#" data-bind="text: name, click: function(){ $root.createWizard.source.selectedTableIndex($index()) }"></a></li>
|
|
|
+ <li data-bind="css: { 'active': $root.createWizard.source.selectedTableIndex() === $index() }"><a href="javascript: void(0)" data-bind="text: name, click: function(){ $root.createWizard.source.selectedTableIndex($index()) }"></a></li>
|
|
|
<!-- /ko -->
|
|
|
</ul>
|
|
|
<!-- /ko -->
|
|
|
@@ -1057,7 +1057,7 @@ ${ assist.assistPanel() }
|
|
|
<button class="btn btn-primary disable-feedback" data-bind="click: function() { createWizard.indexFile(); }, enable: createWizard.readyToIndex() && !createWizard.indexingStarted()">
|
|
|
${ _('Submit') } <i class="fa fa-spinner fa-spin" data-bind="visible: createWizard.indexingStarted"></i>
|
|
|
</button>
|
|
|
-
|
|
|
+
|
|
|
% if ENABLE_ENVELOPE.get():
|
|
|
<button class="btn disable-feedback" data-bind="click: createWizard.showCommands, enable: createWizard.readyToIndex()">
|
|
|
${ _('Show Commands') }
|
|
|
@@ -1389,7 +1389,7 @@ ${ assist.assistPanel() }
|
|
|
<ul class="nav help-list-spacing">
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div class="tab-pane" id="help-editor-syntax-multiquery">
|
|
|
+ <div class="tab-pane" id="help-editor-syntax-multiquery">
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -1397,7 +1397,7 @@ ${ assist.assistPanel() }
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
- <a href="#" class="btn" data-dismiss="modal">${_('Close')}</a>
|
|
|
+ <a href="javascript: void(0)" class="btn" data-dismiss="modal">${_('Close')}</a>
|
|
|
</div>
|
|
|
</div>
|
|
|
|