Compare commits
2 commits
7727f17ed5
...
06456673b7
Author | SHA1 | Date | |
---|---|---|---|
|
06456673b7 | ||
|
052497c423 |
|
@ -69,7 +69,7 @@ function smartdnsRenderStatus(res) {
|
|||
|
||||
if (uiEnable === '1') {
|
||||
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 {
|
||||
renderHTML += "<span style=\"color:red;font-weight:bold\">SmartDNS - " + _("NOT RUNNING") + "</span>";
|
||||
|
|
Loading…
Reference in a new issue