SYNC: [skip ci] Show server name alongside database name in title of the tab group #1041

This commit is contained in:
SPRINX0\prochazka
2025-02-21 15:08:01 +01:00
committed by Diflow
parent 8bc2d7cb05
commit cdec56b661
3 changed files with 21 additions and 1 deletions

View File

@@ -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,
});