added parameters to list bans and unban ip from terminal

This commit is contained in:
ghostersk
2026-03-08 18:07:19 +00:00
parent d6e987f66c
commit f122d29282
5 changed files with 134 additions and 9 deletions

View File

@@ -39,5 +39,5 @@
{{end}}
{{define "scripts"}}
<script src="/static/js/admin.js?v=21"></script>
<script src="/static/js/admin.js?v=23"></script>
{{end}}

View File

@@ -352,5 +352,5 @@
{{end}}
{{define "scripts"}}
<script src="/static/js/app.js?v=21"></script>
<script src="/static/js/app.js?v=23"></script>
{{end}}

View File

@@ -5,12 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{block "title" .}}GoWebMail{{end}}</title>
<link href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/static/css/gowebmail.css?v=21">
<link rel="stylesheet" href="/static/css/gowebmail.css?v=23">
{{block "head_extra" .}}{{end}}
</head>
<body class="{{block "body_class" .}}{{end}}">
{{block "body" .}}{{end}}
<script src="/static/js/gowebmail.js?v=21"></script>
<script src="/static/js/gowebmail.js?v=23"></script>
{{block "scripts" .}}{{end}}
</body>
</html>