mirror of
git://git.proxmox.com/git/novnc-pve.git
synced 2025-01-18 10:03:52 +03:00
f4aecc66a5
This fixes the problem that a restarted container was seen as migrating in the UI. Background: The check for migration happens on a 'disconnected' event, but can very well come for other reasons, like entering reboot on the LXC console. Since we have no idea about what have caused the disconnection, it is better to display a more generic message.