|
@ -8,18 +8,12 @@ |
|
|
<FormNullTextField |
|
|
<FormNullTextField |
|
|
id="host" |
|
|
id="host" |
|
|
v-model="host" |
|
|
v-model="host" |
|
|
type="text" |
|
|
|
|
|
:label="$t('general.host')" |
|
|
:label="$t('general.host')" |
|
|
placeholder="vpn.example.com" |
|
|
placeholder="vpn.example.com" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
<div class="flex flex-col"> |
|
|
<div class="flex flex-col"> |
|
|
<FormNumberField |
|
|
<FormNumberField id="port" v-model="port" :label="$t('general.port')" /> |
|
|
id="port" |
|
|
|
|
|
v-model="port" |
|
|
|
|
|
type="number" |
|
|
|
|
|
:label="$t('general.port')" |
|
|
|
|
|
/> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
<div> |
|
|
<div> |
|
|
<BaseButton @click="submit">{{ $t('general.continue') }}</BaseButton> |
|
|
<BaseButton @click="submit">{{ $t('general.continue') }}</BaseButton> |
|
|