mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-05 02:43:27 -05:00
Additional Bootstrap 4 fixes:
- Calendar control - Query Tool's Sort/Filter drop down - Backform hidden controls - Debugger toolbar
This commit is contained in:
committed by
Dave Page
parent
3f16a0c52c
commit
6991c06937
@@ -1348,9 +1348,15 @@ define([
|
||||
},
|
||||
options = _.extend({
|
||||
format: 'YYYY-MM-DD HH:mm:ss Z',
|
||||
showClear: true,
|
||||
showTodayButton: true,
|
||||
icons: {
|
||||
clear: 'fa fa-trash',
|
||||
},
|
||||
buttons: {
|
||||
showClear: true,
|
||||
showToday: true,
|
||||
},
|
||||
toolbarPlacement: 'top',
|
||||
keepOpen: false,
|
||||
}, evalF(this.column.get('options')), {
|
||||
keyBinds: {
|
||||
'shift tab': function(widget) {
|
||||
|
||||
Reference in New Issue
Block a user