master
kek7198 2021-12-31 14:04:14 -06:00
parent 40c14c3fbc
commit ed2b870be6
2 changed files with 42 additions and 18 deletions

View File

@ -87,24 +87,6 @@
}
]
},
{
'title': 'safety',
'color': 'green',
'content': [
{
'icon': 'fa-ban',
'title': 'Banned Domains',
'description': 'Domains banned site-wide',
'link': '/admin/shadowbanned'
},
{
'icon': 'fa-search',
'title': 'Vote Fraud Analysis',
'description': 'Check alt-account voting',
'link': '/admin/agendaposters'
}
]
},
{
'title': 'grant',
'color': 'pink',
@ -123,6 +105,24 @@
}
]
},
{
'title': 'safety',
'color': 'green',
'content': [
{
'icon': 'fa-ban',
'title': 'Banned Domains',
'description': 'Domains banned site-wide',
'link': '/admin/shadowbanned'
},
{
'icon': 'fa-search',
'title': 'Vote Fraud Analysis',
'description': 'Check alt-account voting',
'link': '/admin/agendaposters'
}
]
},
{
'title': 'Metrics',
'color': 'purple',

View File

@ -1,5 +1,29 @@
{% extends "CHRISTMAS/default.html" %}
{% block subHeader %}
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t">
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 dark:bg-none dark:bg-gray-800 rounded-t sub-header-shadow dark:border-b dark:border-gray-700 sub-header"></div>
<div class="relative col-span-full flex items-center">
<div>
<h1 class="font-bold text-xl font-heading leading-normal mb-0">
Shadow Banned Users
</h1>
<ul class="flex space-x-2 text-xs text-gray-500 dark:text-gray-400 leading-normal mb-0">
<li>
<a href="/admin" class="text-gray-500 hover:underline">Admin Dashboard</a>
</li>
<li>
<i class="fas fa-arrow-alt-right text-shadow fa-fw fa-sm"></i>
</li>
<li>
<a href="#" class="text-gray-700 dark:text-gray-500 hover:underline">Shadow Banned Users</a>
</li>
</ul>
</div>
</div>
</div>
{% endblock %}
{% block content %}
<table class="table table-striped mb-5">
<thead class="bg-primary text-white">