mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-22 22:00:18 +00:00
certificates: delete: Fix a typo
Fix the UI not refreshing when a successful certificate deletion requires it. Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
This commit is contained in:
parent
6e5405767c
commit
a60c8dc0c0
@ -85,7 +85,7 @@ Ext.define('Proxmox.panel.Certificates', {
|
|||||||
url: `/api2/extjs/${url}?restart=1`,
|
url: `/api2/extjs/${url}?restart=1`,
|
||||||
method: 'DELETE',
|
method: 'DELETE',
|
||||||
success: function(response, opt) {
|
success: function(response, opt) {
|
||||||
if (cert.reloadUid) {
|
if (cert.reloadUi) {
|
||||||
Ext.getBody().mask(
|
Ext.getBody().mask(
|
||||||
gettext('API server will be restarted to use new certificates, please reload web-interface!'),
|
gettext('API server will be restarted to use new certificates, please reload web-interface!'),
|
||||||
['pve-static-mask'],
|
['pve-static-mask'],
|
||||||
|
Loading…
Reference in New Issue
Block a user