change link label to ntp pool
This commit is contained in:
parent
65db25ae63
commit
8c2252a0d4
1 changed files with 2 additions and 1 deletions
|
@ -19,8 +19,9 @@ class NtpGraph extends HTMLElement {
|
|||
ntpLink.target = "_blank";
|
||||
ntpLink.href = `https://www.ntppool.org/scores/${ip}`;
|
||||
ntpLink.classList.add("linkToNtpPool");
|
||||
ntpLink.innerText = "Server auf dem NTP Pool anzeigen";
|
||||
ntpLink.innerText = "Server auf der Seite des NTP Pools anzeigen";
|
||||
ntpContent.appendChild(ntpLink);
|
||||
|
||||
|
||||
const ntpDelayCanvas = document.createElement("canvas");
|
||||
ntpDelayCanvas.classList.add("graphDelay");
|
||||
|
|
Loading…
Reference in a new issue