mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Changed dialog size to display API key in delete dialog correctly
This commit is contained in:
parent
b2aa882abb
commit
3f40eba99a
|
|
@ -34,6 +34,7 @@ $(document).on('click', '.apikey-delete-button', function(e)
|
|||
bootbox.confirm({
|
||||
message: __t('Are you sure to delete API key "%s"?', objectName),
|
||||
closeButton: false,
|
||||
size: 'large',
|
||||
buttons: {
|
||||
confirm: {
|
||||
label: __t('Yes'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user