Merge commit '052497c423'
This commit is contained in:
commit
06456673b7
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ function smartdnsRenderStatus(res) {
|
||||||
|
|
||||||
if (uiEnable === '1') {
|
if (uiEnable === '1') {
|
||||||
var uiLink = "http://" + window.location.hostname + ":" + uiPort + "/";
|
var uiLink = "http://" + window.location.hostname + ":" + uiPort + "/";
|
||||||
renderHTML += "<a class=\"cbi-button cbi-button-action\" style=\"margin-left: 10px;\" href=\"" + uiLink + "\" target=\"_blank\">" + _("Open the WebUI") + "</a>";
|
renderHTML += "  <a class=\"btn cbi-button\" style=\"margin-left: 10px; background-color: black; color: white; border-color: #333;\" href=\"" + uiLink + "\" target=\"_blank\">" + _("Open the WebUI") + "</a>";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
renderHTML += "<span style=\"color:red;font-weight:bold\">SmartDNS - " + _("NOT RUNNING") + "</span>";
|
renderHTML += "<span style=\"color:red;font-weight:bold\">SmartDNS - " + _("NOT RUNNING") + "</span>";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue