Optimized created API key table highlighting (closes #2403)

This commit is contained in:
Bernd Bestel 2023-12-11 22:03:00 +01:00
parent c9bc10820d
commit 3c35a69c32
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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="#"