X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2FUtils.js;fp=src%2FUtils.js;h=0a6d263bb717ca0c51acd2bedf364e769983a8fb;hb=3749f20c5ec741cdb9731d3bd0f3676cf82bf234;hp=07c160119b406fb8a3f2254a89e8b3fba197c40d;hpb=5d7d30de0fae9c723b27f50600d6bb86b88a762a;p=proxmox-widget-toolkit.git diff --git a/src/Utils.js b/src/Utils.js index 07c1601..0a6d263 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -527,7 +527,7 @@ utilities: { // Proxmox.Async.api2({ // ... // }).catch(Proxmox.Utils.alertResponseFailure); - alertResponseFailure: res => Ext.Msg.alert(gettext('Error') res.htmlStatus || res.result.message), + alertResponseFailure: res => Ext.Msg.alert(gettext('Error'), res.htmlStatus || res.result.message), checked_command: function(orig_cmd) { Proxmox.Utils.API2Request(