]> arthur.barton.de Git - netdata.git/commitdiff
enabled redirect to destination netdata server
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 10 Sep 2016 00:46:48 +0000 (03:46 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 10 Sep 2016 00:46:48 +0000 (03:46 +0300)
web/goto-host-from-alarm.html

index 84b8267107eba3955fcd5078a24417f27c25e69d..e1849bc3f60bb2ce2d9793596fd9a2ca3f550bfd 100755 (executable)
@@ -71,7 +71,7 @@
                             document.getElementById('gotoServerResponse').innerHTML = '<b>Opening new window to ' + NETDATA.registry.machines[guid].name + '<br/><a href="' + finalURL + '">' + url + '</a></b><br/>(check your pop-up blocker if it fails)';
                         }
                         else
-                            console.log(document.location); // = finalURL;
+                            document.location = finalURL;
                     }
                 }
                 else {
 </head>
 <body>
 <div class="container" id="">
-    <div id="bodylog" style="padding-top: 10vmax; font-size: 2vmax;">
+    <div id="bodylog" style="padding-top: 8vmax; font-size: 2.0vmax;">
         Please wait...
 
         <div style="padding-top: 20px;">
             </table>
         </div>
         <p style="padding-top: 10px;"><small>
-            This page can only find netdata URLs you have already visited and are active for your account on this registry.
+            This page can only find netdata URLs you have already visited and are linked to your account on this netdata registry.
         </small></p>
         <div id="gotoServerResponse" style="display: block; width: 100%; text-align: center; padding-top: 20px;"></div>
     </div>