Frontend: Add public channel list and channel log file list
This commit is contained in:
12
templates/view_logs.html
Normal file
12
templates/view_logs.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Logs for {{channel}} at {{server}}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border>
|
||||
<tr><th>File</th></tr>
|
||||
{{logs}}
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user