Make the repo tokens table slightly nicer. This UI is deprecated anyway, so it doesn't need to be perfect
This commit is contained in:
parent
8f736e67e8
commit
9b277a7260
1 changed files with 4 additions and 6 deletions
|
@ -4,13 +4,11 @@
|
|||
<div class="alert alert-warning">Note: Access tokens are <strong>deprecated</strong> and will be removed in the near future. <a href="http://docs.quay.io/glossary/robot-accounts.html">Robot accounts</a> are the recommended replacement.
|
||||
</div>
|
||||
|
||||
<table class="co-table permissions">
|
||||
<table class="cor-table permissions">
|
||||
<thead>
|
||||
<tr>
|
||||
<td style="min-width: 400px;">Token Name</td>
|
||||
<td>Permissions</td>
|
||||
<td style="width: 95px;"></td>
|
||||
</tr>
|
||||
<td style="min-width: 400px;">Token Name</td>
|
||||
<td>Permissions</td>
|
||||
<td style="width: 95px;"></td>
|
||||
</thead>
|
||||
|
||||
<tbody>
|
||||
|
|
Reference in a new issue