mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 05:26:00 +00:00
webpack native module
This commit is contained in:
@@ -57,7 +57,7 @@ export default function ConnectionModal({ modalState, connection = undefined })
|
||||
<option value=""></option>
|
||||
<option value="sspi">Windows Authentication</option>
|
||||
<option value="sql">SQL Server Authentication</option>
|
||||
<option value="tedious">Tedious portable Driver</option>
|
||||
<option value="tedious">Use "tedious" driver</option>
|
||||
</FormSelectField>
|
||||
<FormTextField label="Server" name="server" />
|
||||
<FormTextField label="Port" name="port" />
|
||||
|
||||
Reference in New Issue
Block a user