diff --git a/web/html/modals/dns_presets_modal.html b/web/html/modals/dns_presets_modal.html index 010b973a..03058c9d 100644 --- a/web/html/modals/dns_presets_modal.html +++ b/web/html/modals/dns_presets_modal.html @@ -3,22 +3,29 @@ :mask-closable="false" :footer="null" :class="themeSwitcher.currentTheme"> - - - - [[ dns.name ]] - [[ dns.family ? '{{ i18n "pages.xray.dns.dnsPresetFamily" }}' : 'DNS' ]] - - - - {{ i18n "install" }} - - +
+ + [[ dns.family ? '{{ i18n "pages.xray.dns.dnsPresetFamily" }}' : 'DNS' ]] + [[ dns.name ]] + + {{ i18n "install" }} +