consistency is key
This commit is contained in:
parent
7efccc2a68
commit
b5fc5428c0
|
@ -54,7 +54,7 @@ export default function AuthenticationList() {
|
||||||
<Table striped bordered>
|
<Table striped bordered>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>Id</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>{rows}</tbody>
|
<tbody>{rows}</tbody>
|
||||||
|
|
|
@ -62,7 +62,7 @@ export default function SecretList() {
|
||||||
<Table striped bordered>
|
<Table striped bordered>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>Id</th>
|
||||||
<th>Secret Key</th>
|
<th>Secret Key</th>
|
||||||
<th>Creator</th>
|
<th>Creator</th>
|
||||||
<th>Delete</th>
|
<th>Delete</th>
|
||||||
|
|
Loading…
Reference in New Issue