mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 13:46:14 +02: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({
|
bootbox.confirm({
|
||||||
message: __t('Are you sure to delete API key "%s"?', objectName),
|
message: __t('Are you sure to delete API key "%s"?', objectName),
|
||||||
closeButton: false,
|
closeButton: false,
|
||||||
|
size: 'large',
|
||||||
buttons: {
|
buttons: {
|
||||||
confirm: {
|
confirm: {
|
||||||
label: __t('Yes'),
|
label: __t('Yes'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user