mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-20 07:28:28 +00:00
edit window: comment text width/rewording
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5dc3b0fa00
commit
267c536516
@ -172,8 +172,7 @@ Ext.define('Proxmox.window.Edit', {
|
|||||||
me.apiCallDone(true, response, options);
|
me.apiCallDone(true, response, options);
|
||||||
|
|
||||||
if (hasProgressBar) {
|
if (hasProgressBar) {
|
||||||
// stay around so we can trigger our close events
|
// only hide to allow delaying our close event until task is done
|
||||||
// when background action is completed
|
|
||||||
me.hide();
|
me.hide();
|
||||||
|
|
||||||
let upid = response.result.data;
|
let upid = response.result.data;
|
||||||
|
Loading…
Reference in New Issue
Block a user