mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-11 09:20:34 +01:00
webapp: properly space alert with hint for hostname
This commit is contained in:
committed by
Thomas Basler
parent
94cecc23f5
commit
54b4a2e9e8
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user