Skip to content
Snippets Groups Projects
Commit 2249ec9d authored by ale's avatar ale
Browse files

Update help text on the status page

parent a77044ca
No related branches found
No related tags found
No related merge requests found
...@@ -1170,15 +1170,16 @@ var _templatesIndexHtml = []byte(`<!DOCTYPE html> ...@@ -1170,15 +1170,16 @@ var _templatesIndexHtml = []byte(`<!DOCTYPE html>
<small> <small>
Click on a stream to listen to it. Click on a stream to listen to it.
Hover on a stream to see more details. Hover on a stream to see more details.
Click on the listener counts to see stream statistics.
</small> </small>
</p> </p>
</div> </div>
<div class="row footer"> <div class="row footer">
powered by <p>
<a href="https://git.autistici.org/ale/autoradio"> powered by
autoradio <a href="https://git.autistici.org/ale/autoradio">autoradio</a>
</a> </p>
</div> </div>
</div> </div>
   
...@@ -1200,7 +1201,7 @@ func templatesIndexHtml() (*asset, error) { ...@@ -1200,7 +1201,7 @@ func templatesIndexHtml() (*asset, error) {
return nil, err 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} a := &asset{bytes: bytes, info: info}
return a, nil return a, nil
} }
......
...@@ -92,15 +92,16 @@ ...@@ -92,15 +92,16 @@
<small> <small>
Click on a stream to listen to it. Click on a stream to listen to it.
Hover on a stream to see more details. Hover on a stream to see more details.
Click on the listener counts to see stream statistics.
</small> </small>
</p> </p>
</div> </div>
<div class="row footer"> <div class="row footer">
powered by <p>
<a href="https://git.autistici.org/ale/autoradio"> powered by
autoradio <a href="https://git.autistici.org/ale/autoradio">autoradio</a>
</a> </p>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment