mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 06:36:00 +00:00
SYNC: fixed web info
This commit is contained in:
committed by
Diflow
parent
6934cdd122
commit
e57e246991
@@ -125,8 +125,8 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<div class="purchase-info">
|
<div class="purchase-info">
|
||||||
For more info about DbGate licensing, you could visit <Link href="https://dbgate.eu/">dbgate.eu</Link> web or contact
|
For more info about DbGate licensing, you could visit <Link href="https://dbgate.io/">dbgate.io</Link> web or contact
|
||||||
us at <Link href="mailto:sales@dbgate.eu">sales@dbgate.eu</Link>
|
us at <Link href="mailto:sales@dbgate.io">sales@dbgate.io</Link>
|
||||||
</div>
|
</div>
|
||||||
{:else}
|
{:else}
|
||||||
<ErrorInfo message="License for DbGate is not valid. Please contact administrator." />
|
<ErrorInfo message="License for DbGate is not valid. Please contact administrator." />
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
<div class="heading">Configuration error</div>
|
<div class="heading">Configuration error</div>
|
||||||
{#if $config?.checkedLicense?.status == 'error'}
|
{#if $config?.checkedLicense?.status == 'error'}
|
||||||
<ErrorInfo
|
<ErrorInfo
|
||||||
message={`Invalid license. Please contact sales@dbgate.eu for more details. ${$config?.checkedLicense?.error}`}
|
message={`Invalid license. Please contact sales@dbgate.io for more details. ${$config?.checkedLicense?.error}`}
|
||||||
/>
|
/>
|
||||||
{:else if $config?.configurationError}
|
{:else if $config?.configurationError}
|
||||||
<ErrorInfo message={$config?.configurationError} />
|
<ErrorInfo message={$config?.configurationError} />
|
||||||
|
|||||||
Reference in New Issue
Block a user