Clean up some code.

This commit is contained in:
James Cole
2020-04-12 06:24:35 +02:00
parent 4a7d9b130a
commit 6daf083b3f
6 changed files with 25 additions and 21 deletions

View File

@@ -41,11 +41,12 @@
<div class="box-body">
<!-- Authorized Tokens -->
<table class="table table-borderless m-b-none">
<caption>Authorized clients</caption>
<thead>
<tr>
<th>Name</th>
<th>Scopes</th>
<th></th>
<th scope="col">Name</th>
<th scope="col">Scopes</th>
<th scope="col"></th>
</tr>
</thead>

View File

@@ -45,13 +45,14 @@
</p>
<table class="table table-borderless m-b-none" v-if="clients.length > 0">
<caption>Clients</caption>
<thead>
<tr>
<th>Client ID</th>
<th>Name</th>
<th>Secret</th>
<th></th>
<th></th>
<th scope="col">Client ID</th>
<th scope="col">Name</th>
<th scope="col">Secret</th>
<th scope="col"></th>
<th scope="col"></th>
</tr>
</thead>

View File

@@ -45,10 +45,11 @@
<!-- Personal Access Tokens -->
<table class="table table-borderless m-b-none" v-if="tokens.length > 0">
<caption>Personal Access Tokens</caption>
<thead>
<tr>
<th>Name</th>
<th></th>
<th scope="col">Name</th>
<th scope="col"></th>
</tr>
</thead>