Commit 74405399 74405399633ba2d95304c25ef5ff80b32229aad2 by Christian Gerdes

Uppdaterat sitescope.js med encodeURIComponent

1 parent f5341f3f
......@@ -9,7 +9,7 @@ importPackage(java.lang);
importPackage(com.lil.om);
// Connection String to Oracle for this monitor (format is hostname:port:sid:user:pass)
var con = "vmorasrv:1521:XE:system:Passw0rd";
var con = encodeURIComponent("vmorasrv:1521:XE:system:Passw0rd");
// Where to find the OraMonREST service
var oramonsrv = "http://localhost:8989/OraMonREST";
......