mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-28 11:56:00 +00:00
trial license key info
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
import FormTextAreaField from './forms/FormTextAreaField.svelte';
|
||||
import FormSubmit from './forms/FormSubmit.svelte';
|
||||
import { apiCall } from './utility/api';
|
||||
|
||||
|
||||
const config = useConfig();
|
||||
const values = writable({ amoid: null, databaseServer: null });
|
||||
|
||||
@@ -44,6 +44,11 @@
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class='trial-info'>
|
||||
For trial license key, please contact us at <Link href="mailto:sales@dbgate.eu">sales@dbgate.eu</Link>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -111,4 +116,8 @@
|
||||
flex: 1;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
.trial-info {
|
||||
margin: var(--dim-large-form-margin);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user