mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Improved API key delete confirmation dialog (references #2625)
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
href="#"
|
||||
data-apikey-id="{{ $apiKey->id }}"
|
||||
data-apikey-key="{{ $apiKey->api_key }}"
|
||||
data-apikey-description="{{ $apiKey->description }}"
|
||||
data-toggle="tooltip"
|
||||
title="{{ $__t('Delete this item') }}">
|
||||
<i class="fa-solid fa-trash"></i>
|
||||
|
Reference in New Issue
Block a user