Fix #13519 - Preview SQL not visible on Index dialog Box

Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
This commit is contained in:
Manthan Surkar 2020-01-30 13:04:45 +05:30 committed by William Desportes
parent e225229638
commit f9212771aa
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889
2 changed files with 0 additions and 3 deletions

View File

@ -405,8 +405,6 @@ Indexes.showAddIndexDialog = function (sourceArray, arrayIndex, targetColumns, c
containment: $('#index_columns').find('tbody'),
tolerance: 'pointer'
});
// We dont need the slider at this moment.
$(this).find('fieldset.tblFooters').remove();
},
modal: true,
buttons: buttonOptions,

View File

@ -218,6 +218,5 @@
</fieldset>
<fieldset class="tblFooters">
<button class="btn btn-secondary" type="submit" id="preview_index_frm">{% trans 'Preview SQL' %}</button>
<input class="btn btn-primary" type="submit" id="save_index_frm" value="{% trans 'Go' %}">
</fieldset>
</form>