From 3f40eba99a8f3f81bf1edd9c4939a546f6a17184 Mon Sep 17 00:00:00 2001 From: Marc Ole Bulling Date: Wed, 25 Dec 2024 20:56:22 +0100 Subject: [PATCH] Changed dialog size to display API key in delete dialog correctly --- public/viewjs/manageapikeys.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/viewjs/manageapikeys.js b/public/viewjs/manageapikeys.js index d8b642e7..86394dbd 100644 --- a/public/viewjs/manageapikeys.js +++ b/public/viewjs/manageapikeys.js @@ -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'),