mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
1) Added support for dynamic tab size. Fixes #4231
2) Fixed an issue where a long file name is not visible on the process watcher dialog. Fixes #5950
This commit is contained in:
committed by
Akshay Joshi
parent
749ba4a25c
commit
2793747d3c
@@ -24,6 +24,7 @@ PREF_LABEL_EDITOR = gettext('Editor')
|
||||
PREF_LABEL_CSV_TXT = gettext('CSV/TXT Output')
|
||||
PREF_LABEL_RESULTS_GRID = gettext('Results grid')
|
||||
PREF_LABEL_SQL_FORMATTING = gettext('SQL formatting')
|
||||
PREF_LABEL_TABS_SETTINGS = gettext('Tab settings')
|
||||
|
||||
PGADMIN_NODE = 'pgadmin.node.%s'
|
||||
UNAUTH_REQ = "Unauthorized request."
|
||||
|
||||
Reference in New Issue
Block a user