mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Optimized created API key table highlighting (closes #2403)
This commit is contained in:
parent
c9bc10820d
commit
3c35a69c32
|
|
@ -86,7 +86,7 @@
|
|||
</thead>
|
||||
<tbody class="d-none">
|
||||
@foreach($apiKeys as $apiKey)
|
||||
<tr class="@if($apiKey->id == $selectedKeyId) table-primary @endif">
|
||||
<tr class="@if($apiKey->id == $selectedKeyId) table-info @endif">
|
||||
<td class="fit-content border-right">
|
||||
<a class="btn btn-danger btn-sm apikey-delete-button"
|
||||
href="#"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user