forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-03 12:48:15 +02:00
parent a5ae566e4c
commit 19e11e0a89
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
{% block content %}
<script src="/static/assets/js/sort_table.js?a=2"></script>
<script src="/static/assets/js/sort_table.js?a=3"></script>
<pre class="d-none d-md-inline-block"></pre>
<h5 style="font-weight:bold;">Admins</h5>
@ -15,8 +15,8 @@
<tr>
<th style="font-weight:bold;">#</th>
<th role="button" onclick="sort_table(1)" style="font-weight:bold;">Name</th>
<th role="button" onclick="sort_table(2)" style="font-weight:bold; text-align:right;">Truescore</th>
<th role="button" onclick="sort_table(3)" style="font-weight:bold; text-align:right;">Mod actions</th>
<th role="button" onclick="sort_table2(2)" style="font-weight:bold; text-align:right;">Truescore</th>
<th role="button" onclick="sort_table2(3)" style="font-weight:bold; text-align:right;">Mod actions</th>
</tr>
</thead>
{% for user in admins %}

View File

@ -1,7 +1,7 @@
{% extends "settings2.html" %}
{% block content %}
<script src="/static/assets/js/sort_table.js?a=2"></script>
<script src="/static/assets/js/sort_table.js?a=3"></script>
<div class="overflow-x-auto">
<table id="sortable_table" class="table table-striped mb-5 text-small-mobile">

View File

@ -1,7 +1,7 @@
{% extends "settings2.html" %}
{% block content %}
<script src="/static/assets/js/sort_table.js?a=2"></script>
<script src="/static/assets/js/sort_table.js?a=3"></script>
<div class="overflow-x-auto">
<table id="sortable_table" class="table table-striped mb-5 text-small-mobile">