mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Revert changes from the previous commit to restore the 'Object Explorer' title.
This commit is contained in:
@@ -80,16 +80,16 @@ let defaultLayout = {
|
|||||||
mode: 'horizontal',
|
mode: 'horizontal',
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
size: 10,
|
size: 20,
|
||||||
tabs: [
|
tabs: [
|
||||||
LayoutDocker.getPanel({
|
LayoutDocker.getPanel({
|
||||||
id: BROWSER_PANELS.OBJECT_EXPLORER, title: gettext(''),
|
id: BROWSER_PANELS.OBJECT_EXPLORER, title: gettext('Object Explorer'),
|
||||||
content: <ObjectExplorer />, group: 'object-explorer'
|
content: <ObjectExplorer />, group: 'object-explorer'
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
size: 90,
|
size: 80,
|
||||||
id: BROWSER_PANELS.MAIN,
|
id: BROWSER_PANELS.MAIN,
|
||||||
group: 'playground',
|
group: 'playground',
|
||||||
tabs: defaultTabsData.map((t)=>LayoutDocker.getPanel(t)),
|
tabs: defaultTabsData.map((t)=>LayoutDocker.getPanel(t)),
|
||||||
|
Reference in New Issue
Block a user