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