Feat: Suggest IP or Hostname (#1739)
* get ip and hostnames * use heroicons * add host field * get private info * unstyled prototype * styled select * add to setup * fix types
This commit is contained in:
@@ -3,11 +3,12 @@
|
||||
<FormElement @submit.prevent="submit">
|
||||
<FormGroup>
|
||||
<FormHeading>{{ $t('admin.config.connection') }}</FormHeading>
|
||||
<FormTextField
|
||||
<FormHostField
|
||||
id="host"
|
||||
v-model="data.host"
|
||||
:label="$t('general.host')"
|
||||
:description="$t('admin.config.hostDesc')"
|
||||
url="/api/admin/ip-info"
|
||||
/>
|
||||
<FormNumberField
|
||||
id="port"
|
||||
|
||||
Reference in New Issue
Block a user