From 9b277a7260bcc68a5ead3b15c125183f0b73d305 Mon Sep 17 00:00:00 2001 From: Joseph Schorr <joseph.schorr@coreos.com> Date: Tue, 21 Apr 2015 15:15:11 -0400 Subject: [PATCH] Make the repo tokens table slightly nicer. This UI is deprecated anyway, so it doesn't need to be perfect --- static/directives/repository-tokens-table.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/static/directives/repository-tokens-table.html b/static/directives/repository-tokens-table.html index bfb47fdaf..faad37fdb 100644 --- a/static/directives/repository-tokens-table.html +++ b/static/directives/repository-tokens-table.html @@ -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>