mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Following issues have been resolved for the new connection feature:
1. Show servers with server groups in the dropdown. 2. Highlighted current selected connection in the new connection dropdown. 3. Notify the user before changing the connection. refs #3794
This commit is contained in:
committed by
Akshay Joshi
parent
08c4deba5a
commit
275d13d40f
@@ -98,6 +98,18 @@ class DebuggerModule(PgAdminModule):
|
||||
)
|
||||
)
|
||||
|
||||
self.tab_title = self.preference.register(
|
||||
'display', 'debugger_tab_title_placeholder',
|
||||
gettext("Debugger tab title placeholder"),
|
||||
'text', '%FUNCTION%/%SCHEMA%/%DATABASE%',
|
||||
category_label=PREF_LABEL_DISPLAY,
|
||||
help_str=gettext(
|
||||
'Supported placeholders: FUNCTION, SCHEMA and DATABASE. '
|
||||
'You can also provide any string with or '
|
||||
'without placeholders'
|
||||
)
|
||||
)
|
||||
|
||||
self.preference.register(
|
||||
'keyboard_shortcuts', 'btn_start',
|
||||
gettext('Accesskey (Continue/Start)'), 'keyboardshortcut',
|
||||
|
||||
Reference in New Issue
Block a user