mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 21:46:00 +00:00
fix loading message
This commit is contained in:
@@ -51,7 +51,12 @@
|
|||||||
<OpenTabsOnStartup />
|
<OpenTabsOnStartup />
|
||||||
<Screen />
|
<Screen />
|
||||||
{:else}
|
{:else}
|
||||||
<LoadingInfo message={`Loading plugin ${$loadingPluginStore.loadingPackageName}`} wrapper />
|
<LoadingInfo
|
||||||
|
message={$loadingPluginStore.loadingPackageName
|
||||||
|
? `Loading plugin ${$loadingPluginStore.loadingPackageName} ...`
|
||||||
|
: 'Preparing plugins ...'}
|
||||||
|
wrapper
|
||||||
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
{:else}
|
{:else}
|
||||||
<LoadingInfo message="Starting DbGate ..." wrapper />
|
<LoadingInfo message="Starting DbGate ..." wrapper />
|
||||||
|
|||||||
Reference in New Issue
Block a user