From a60c8dc0c005de41909f2ef4f65dba723ba8d0af Mon Sep 17 00:00:00 2001 From: Filip Schauer Date: Mon, 14 Aug 2023 12:13:06 +0200 Subject: [PATCH] certificates: delete: Fix a typo Fix the UI not refreshing when a successful certificate deletion requires it. Signed-off-by: Filip Schauer --- src/panel/Certificates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/Certificates.js b/src/panel/Certificates.js index f3358f6..a522ab6 100644 --- a/src/panel/Certificates.js +++ b/src/panel/Certificates.js @@ -85,7 +85,7 @@ Ext.define('Proxmox.panel.Certificates', { url: `/api2/extjs/${url}?restart=1`, method: 'DELETE', success: function(response, opt) { - if (cert.reloadUid) { + if (cert.reloadUi) { Ext.getBody().mask( gettext('API server will be restarted to use new certificates, please reload web-interface!'), ['pve-static-mask'],