mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-22 06:26:00 +00:00
SYNC: [skip ci] Show server name alongside database name in title of the tab group #1041
This commit is contained in:
committed by
Diflow
parent
8bc2d7cb05
commit
cdec56b661
@@ -209,6 +209,7 @@ export function groupTabs(tabs: any[]) {
|
||||
res.push({
|
||||
tabDbKey: tab.tabDbKey,
|
||||
tabDbName: tab.tabDbName,
|
||||
tabDbServer: tab.tabDbServer,
|
||||
tabs: [tab],
|
||||
grpid: tab.tabid,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user