mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
trial license key info
This commit is contained in:
parent
43c3a4181c
commit
90dfe889f7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user