webapp: properly space alert with hint for hostname

This commit is contained in:
Bernhard Kirchen 2024-10-27 20:41:28 +01:00 committed by Thomas Basler
parent 94cecc23f5
commit 54b4a2e9e8

View File

@ -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" />