Ensure app password and api token tables have same layout
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user