]> git.proxmox.com Git - pve-manager.git/blobdiff - www/manager6/qemu/AgentIPView.js
correctly update qemu ip information
[pve-manager.git] / www / manager6 / qemu / AgentIPView.js
index 4fef21d4094a524bcca6353e9f0fbd7b37d02540..853e88205e3517d8b3f9fa5f185c63c14411bfb6 100644 (file)
@@ -138,8 +138,9 @@ Ext.define('PVE.qemu.AgentIPView', {
 
        if (me.agent && me.running && me.ipStore.isStopped) {
            me.ipStore.startUpdate();
+       } else if (me.ipStore.isStopped) {
+           me.updateStatus();
        }
-       me.updateStatus();
     },
 
     updateStatus: function(unsuccessful, defaulttext) {