diff --git a/www/index.html b/www/index.html index ff552e15..6adf9f0a 100644 --- a/www/index.html +++ b/www/index.html @@ -60,7 +60,6 @@ const templates = [ 'stream', 'links', - 'probe', 'delete', ]; @@ -140,7 +139,7 @@ const isChecked = checkboxStates[name] ? 'checked' : ''; tr.innerHTML = `` + - `${online} / info` + + `${online} / info / probe` + `${links}`; }