diff --git a/js/pages/serverInfo.js b/js/pages/serverInfo.js
index 592ec48..9d9ffd4 100644
--- a/js/pages/serverInfo.js
+++ b/js/pages/serverInfo.js
@@ -8,7 +8,6 @@ function ServerInfoPage(params, container) {
var html =
'
' +
'
' +
- '
Server Info
' +
'
Loading…
' +
'
' +
'
' +
@@ -130,10 +129,6 @@ function ServerInfoPage(params, container) {
}
}
fieldsEl.innerHTML = fieldsHtml;
- if (data.Hostname) {
- var hn = document.getElementById('si-hostname');
- if (hn) hn.textContent = data.Hostname;
- }
// Collect chart data
recordedData.push({ ts: Date.now(), data: data });