X-Git-Url: https://code.octet-stream.net/broadcaster/blobdiff_plain/7423c6c97eb5d6dc063e7185c50137bbb5e25a23..7b615b3c71825b5b229b78509a16db37e1d3f38d:/broadcaster-server/templates/radios.partial.html diff --git a/broadcaster-server/templates/radios.partial.html b/broadcaster-server/templates/radios.partial.html deleted file mode 100644 index 010fe0a..0000000 --- a/broadcaster-server/templates/radios.partial.html +++ /dev/null @@ -1,84 +0,0 @@ -{{if .Radios}} -{{range .Radios}} - - - - - - - - - - - - - - -
- {{.Name}} -
- - - - - - - - - - - - - -
- Local Time - - {{.LocalTime}} -
- Time Zone - - {{.TimeZone}} -
- Files In Sync - - {{if .FilesInSync}} Yes {{else}} No {{end}} -
-
- {{.ChannelState}} - - - - - - - - - - - - - - -
- Playlist: - - {{.Playlist}} -
- File: - - {{.File}} -
- Status: - - {{.Status}} -
-
-
- - -
-
-{{end}} -{{else}} -

There are no radios online.

-{{end}}