mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Free trial invite button is a green badge
This commit is contained in:
parent
9644c7bc7a
commit
5d5bfcb26d
@ -174,7 +174,7 @@ function updateHostCounts() {
|
|||||||
}
|
}
|
||||||
case "NotSetup": {
|
case "NotSetup": {
|
||||||
template = template.replace("$URL$", "https://stats.libreqos.io/trial1/" + encodeURI(data.node_id))
|
template = template.replace("$URL$", "https://stats.libreqos.io/trial1/" + encodeURI(data.node_id))
|
||||||
.replace("$TEXT$", "<span style='color: #90EE90'>Statistics Free Trial</span>");
|
.replace("$TEXT$", "<span class='badge badge-pill badge-success green-badge'>Statistics Free Trial</span>");
|
||||||
} break;
|
} break;
|
||||||
default: {
|
default: {
|
||||||
template = template.replace("$URL$", "https://stats.libreqos.io/")
|
template = template.replace("$URL$", "https://stats.libreqos.io/")
|
||||||
|
Loading…
Reference in New Issue
Block a user