remove extra-padding, ununsed
This commit is contained in:
@@ -45,7 +45,7 @@ onMounted(async () => {
|
||||
<Ipv6Config />
|
||||
<Firewall />
|
||||
|
||||
<Section :title="$t('network.dyndns.title')" :padding="false">
|
||||
<Section :title="$t('network.dyndns.title')">
|
||||
<SettingsItem>
|
||||
<div>{{ $t('network.dyndns.description') }}</div>
|
||||
<Switch v-model="dynDnsIsEnabled" @change="onToggleDynDns" :busy="busy"/>
|
||||
|
||||
Reference in New Issue
Block a user