mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-10 04:58:03 -05:00
Fixed calendar opening issue on the exception tab inside the schedules tab of pgAgent. Fixes #4512
This commit is contained in:
committed by
Akshay Joshi
parent
4da327088c
commit
4f71dae598
@@ -1770,6 +1770,10 @@ define([
|
||||
showToday: true,
|
||||
},
|
||||
toolbarPlacement: 'top',
|
||||
widgetPositioning: {
|
||||
horizontal: 'auto',
|
||||
vertical: 'bottom',
|
||||
},
|
||||
keepOpen: false,
|
||||
}, evalF(this.column.get('options')), {
|
||||
keyBinds: {
|
||||
|
||||
Reference in New Issue
Block a user