From 052497c42375811cf117eaaa0dad26de34d4dad0 Mon Sep 17 00:00:00 2001 From: bgme Date: Tue, 8 Jul 2025 12:22:13 +0000 Subject: [PATCH] Squashed 'luci-app-smartdns/' changes from 416354b..bfba741 bfba741 luci: Add open background color of webui. git-subtree-dir: luci-app-smartdns git-subtree-split: bfba741c849500bc1dc8203b9869584b740a3b84 --- htdocs/luci-static/resources/view/smartdns/smartdns.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/luci-static/resources/view/smartdns/smartdns.js b/htdocs/luci-static/resources/view/smartdns/smartdns.js index b7a1d5f..e436bdd 100644 --- a/htdocs/luci-static/resources/view/smartdns/smartdns.js +++ b/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") + "";