mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-19 01:15:04 -05:00
Enhanced pgAdmin 4 with support for Workspace layouts. #7708
This commit is contained in:
@@ -17,10 +17,12 @@ const Browser = {
|
||||
Events: new EventBus(),
|
||||
get_preferences_for_module: ()=>({}),
|
||||
docker: {
|
||||
eventBus: new EventBus(),
|
||||
find: ()=>{},
|
||||
openTab: ()=>{},
|
||||
focus: ()=>{},
|
||||
default_workspace: {
|
||||
eventBus: new EventBus(),
|
||||
find: ()=>{},
|
||||
openTab: ()=>{},
|
||||
focus: ()=>{},
|
||||
}
|
||||
},
|
||||
onPreferencesChange: ()=>{/*This is intentional (SonarQube)*/},
|
||||
utils: {
|
||||
|
||||
Reference in New Issue
Block a user