Changed dialog size to display API key in delete dialog correctly

This commit is contained in:
Marc Ole Bulling 2024-12-25 20:56:22 +01:00
parent b2aa882abb
commit 3f40eba99a
No known key found for this signature in database
GPG Key ID: C2BA0150D585E593

View File

@ -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'),