Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Products
/
LILOM
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
2
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
74405399
...
74405399633ba2d95304c25ef5ff80b32229aad2
authored
2017-03-29 20:55:08 +0200
by
Christian Gerdes
1
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Uppdaterat sitescope.js med encodeURIComponent
1 parent
f5341f3f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
JavaMonWeb/jetty/sitescope.js
JavaMonWeb/jetty/sitescope.js
View file @
7440539
...
...
@@ -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"
;
...
...
Christian Gerdes
@lilchger
mentioned in issue
#6
2017-04-05 08:22:51 UTC
Mentioned in issue
#6
Toggle commit list
Please
register
or
sign in
to post a comment