Skip to content

Commit

Permalink
Merge pull request dmolchanenko#8 from wolterskluwer-redwoodhq/enhanc…
Browse files Browse the repository at this point in the history
…ed-execution-email

enhanced execution email
  • Loading branch information
Wolters Kluwer - UpToDate authored Oct 14, 2016
2 parents b11d1c9 + 6260e39 commit 4724701
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 63 deletions.
4 changes: 3 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,9 @@ app.post('/record/recorded',recorder.recorded);

//screenshots
app.post('/screenshots',screenshots.Post);
app.get('/screenshots/:id',auth.auth,screenshots.Get);
//app.get('/screenshots/:id',auth.auth,screenshots.Get);
app.get('/screenshots/:id',screenshots.Get);


app.get('/',auth.auth, routes.index);
app.get('/index.html',auth.auth,function(req,res){res.sendfile(__dirname+'/index.html');});
Expand Down
10 changes: 5 additions & 5 deletions public/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
</head>
<body>
<div id="wrapper" style="margin: 20px;width:100%; text-align:center">
<img border="0" style="margin:0 auto;" src="images/rwhq.png" alt="RedwoodHQ logo">
<img border="0" style="margin:0 auto;" src="images/wk-logo.png" alt="Wolters Kluwer logo">
</div>
<div id="loginForm"></div>
<center><div id="loginForm" style="width: 400px auto;"></div></center>
<BR>&nbsp;<BR>
<div style="color:red;width:200px; margin:0 auto;" id="error"></div>
<div style="width:200px; margin:0 auto 40px;"><a href="/agentsetup/Agent_RedwoodHQ_Setup.exe" style="color:blue;width:200px; margin-left:60px;">Download Agent</a></div>
<BR>&nbsp;<BR>
<div style="color:#9aa94f;width:200px; margin:0 auto;">Default credentials are: admin/admin</div>
<div style="width:75px; margin:0 auto 20px;">Version 2.4.12</div>
<div style="color:#9aa94f;width:450px; margin:0 auto;">UpToDate's Automation Platform for Web, API, Mobile and Performance testing</div>
<div style="width:75px; margin:0 auto 20px;">Version 2.4.13</div>
</body>
</html>
</html>
Loading

0 comments on commit 4724701

Please sign in to comment.