mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Optimized created API key table highlighting (closes #2403)
This commit is contained in:
parent
c9bc10820d
commit
3c35a69c32
@ -86,7 +86,7 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody class="d-none">
|
<tbody class="d-none">
|
||||||
@foreach($apiKeys as $apiKey)
|
@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">
|
<td class="fit-content border-right">
|
||||||
<a class="btn btn-danger btn-sm apikey-delete-button"
|
<a class="btn btn-danger btn-sm apikey-delete-button"
|
||||||
href="#"
|
href="#"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user