Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ getMorePanelGroup
Function
getMorePanelGroup
web/pgadmin/static/js/BrowserComponent.jsx:76–81 ·
view source on GitHub ↗
(tabsData)
Source
from the content-addressed store, hash-verified
74
];
75
76
const getMorePanelGroup = (tabsData) => {
77
return {
78
...getDefaultGroup(),
79
panelExtra: () => <MainMoreToolbar tabsData={tabsData}/>
80
};
81
};
82
83
let defaultLayout = {
84
dockbox: {
Callers
1
Layouts
Function · 0.85
Calls
1
getDefaultGroup
Function · 0.90
Tested by
no test coverage detected