From 2249ec9d5ca4d2b43ec3889b838351f9a8b27b25 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 21 Feb 2021 17:31:06 +0000 Subject: [PATCH] Update help text on the status page --- node/bindata.go | 11 ++++++----- node/templates/index.html | 9 +++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/node/bindata.go b/node/bindata.go index eb3344a8..6e753ad2 100644 --- a/node/bindata.go +++ b/node/bindata.go @@ -1170,15 +1170,16 @@ var _templatesIndexHtml = []byte(`<!DOCTYPE html> <small> Click on a stream to listen to it. Hover on a stream to see more details. + Click on the listener counts to see stream statistics. </small> </p> </div> <div class="row footer"> - powered by - <a href="https://git.autistici.org/ale/autoradio"> - autoradio - </a> + <p> + powered by + <a href="https://git.autistici.org/ale/autoradio">autoradio</a> + </p> </div> </div> @@ -1200,7 +1201,7 @@ func templatesIndexHtml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "templates/index.html", size: 3847, mode: os.FileMode(420), modTime: time.Unix(1613916140, 0)} + info := bindataFileInfo{name: "templates/index.html", size: 3923, mode: os.FileMode(420), modTime: time.Unix(1613928628, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/node/templates/index.html b/node/templates/index.html index fb074115..f428e539 100644 --- a/node/templates/index.html +++ b/node/templates/index.html @@ -92,15 +92,16 @@ <small> Click on a stream to listen to it. Hover on a stream to see more details. + Click on the listener counts to see stream statistics. </small> </p> </div> <div class="row footer"> - powered by - <a href="https://git.autistici.org/ale/autoradio"> - autoradio - </a> + <p> + powered by + <a href="https://git.autistici.org/ale/autoradio">autoradio</a> + </p> </div> </div> -- GitLab