webapp: properly space alert with hint for hostname
This commit is contained in:
parent
70ae0015fa
commit
13c1893e9e
@ -26,7 +26,11 @@
|
||||
type="text"
|
||||
maxlength="32"
|
||||
>
|
||||
<div class="alert alert-secondary" role="alert" v-html="$t('networkadmin.HostnameHint')"></div>
|
||||
<div
|
||||
class="alert alert-secondary mb-0 mt-3"
|
||||
role="alert"
|
||||
v-html="$t('networkadmin.HostnameHint')"
|
||||
></div>
|
||||
</InputElement>
|
||||
|
||||
<InputElement :label="$t('networkadmin.EnableDhcp')" v-model="networkConfigList.dhcp" type="checkbox" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user