mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 00:03:16 +00:00
Update admin statuses view
This commit is contained in:
parent
bf8340ff9d
commit
44afcc715d
1 changed files with 6 additions and 6 deletions
|
@ -8,13 +8,13 @@
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead class="thead-dark">
|
<thead class="bg-light">
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">#</th>
|
<th scope="col" class="border-0 text-dark">#</th>
|
||||||
<th scope="col">Username</th>
|
<th scope="col" class="border-0 text-dark">Username</th>
|
||||||
<th scope="col">Likes</th>
|
<th scope="col" class="border-0 text-dark">Likes</th>
|
||||||
<th scope="col">Storage</th>
|
<th scope="col" class="border-0 text-dark">Storage</th>
|
||||||
<th scope="col">Created</th>
|
<th scope="col" class="border-0 text-dark">Created</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in a new issue