mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00: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…
x
Reference in New Issue
Block a user