SYNC: Merge pull request #2 from dbgate/feature/admin-ui

This commit is contained in:
Jan Prochazka
2025-04-08 10:09:30 +02:00
committed by Diflow
parent ea9a5b0eb0
commit 7d2130b229
10 changed files with 274 additions and 31 deletions

View File

@@ -41,6 +41,7 @@
export let tabid;
export let conid;
export let connectionStore = undefined;
export let inlineTabs = false;
export let onlyTestButton;
@@ -237,6 +238,7 @@
<div class="wrapper">
<TabControl
isInline
{inlineTabs}
containerMaxWidth="800px"
flex1={false}
contentTestId="ConnectionTab_tabControlContent"