diff --git a/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js b/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js index b7a1d5f..e436bdd 100644 --- a/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js +++ b/luci-app-smartdns/htdocs/luci-static/resources/view/smartdns/smartdns.js @@ -69,7 +69,7 @@ function smartdnsRenderStatus(res) { if (uiEnable === '1') { var uiLink = "http://" + window.location.hostname + ":" + uiPort + "/"; - renderHTML += "" + _("Open the WebUI") + ""; + renderHTML += "  " + _("Open the WebUI") + ""; } } else { renderHTML += "SmartDNS - " + _("NOT RUNNING") + "";