MCPcopy 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
76const getMorePanelGroup = (tabsData) => {
77 return {
78 ...getDefaultGroup(),
79 panelExtra: () => <MainMoreToolbar tabsData={tabsData}/>
80 };
81};
82
83let defaultLayout = {
84 dockbox: {

Callers 1

LayoutsFunction · 0.85

Calls 1

getDefaultGroupFunction · 0.90

Tested by

no test coverage detected