mirror of
https://github.com/grocy/grocy.git
synced 2026-04-03 03:19:26 +02: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…
Reference in New Issue
Block a user