Ensure app password and api token tables have same layout

This commit is contained in:
Johannes Zellner
2020-02-08 01:25:05 +01:00
parent f10fafd038
commit 8442f80641
+5 -5
View File
@@ -384,9 +384,9 @@
<table class="table table-hover">
<thead>
<tr>
<th style="width:35%">Name</th>
<th style="width:35%">App</th>
<th style="width: 5%" class="text-right">Actions</th>
<th style="width: 45%">Name</th>
<th style="width: 45%">App</th>
<th style="width: 10%" class="text-right">Actions</th>
</tr>
</thead>
<tbody>
@@ -421,8 +421,8 @@
<table class="table table-hover" style="margin: 0;">
<thead>
<tr>
<th style="width: 50%">Name</th>
<th style="width: 40%">Expires At</th>
<th style="width: 45%">Name</th>
<th style="width: 45%">Expires At</th>
<th style="width: 10%" class="text-right">Actions</th>
</tr>
</thead>