]> git.proxmox.com Git - novnc-pve.git/blobdiff - debian/patches/0001-add-pve-specific-js-code.patch
Replace 'migrating' info strings with more generic 'connecting' messages
[novnc-pve.git] / debian / patches / 0001-add-pve-specific-js-code.patch
index 401e53b310b122cd98ff12bece07975cc6d1e17d..f4f5067db059a7aa35d32140f7bdcb7978858ea4 100644 (file)
@@ -191,7 +191,7 @@ index 0000000..668835a
 +              if (migrating === undefined ||
 +                  migrating === true) {
 +                  // check (again) if migrating
-+                  me.UI.showStatus('Checking for Migration', 'warning', 5000);
++                  me.UI.showStatus('Waiting for connection...', 'warning', 5000);
 +                  me.API2Request({
 +                      url: me.baseUrl + '/config',
 +                      method: 'GET',
@@ -210,7 +210,7 @@ index 0000000..668835a
 +                  });
 +              } else {
 +                  // not migrating any more
-+                  me.UI.showStatus('Migration finished', 'warning');
++                  me.UI.showStatus('Connection resumed', 'warning');
 +                  clearInterval(check);
 +                  me.API2Request({
 +                      url: '/cluster/resources',