mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 02:25:59 +00:00
SYNC: Merge pull request #2 from dbgate/feature/admin-ui
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user