Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #37 from DAaaS/Ticket11_websockify_port_change
Browse files Browse the repository at this point in the history
Websockify port change
  • Loading branch information
frazzleuk authored Jan 15, 2020
2 parents 5fa03be + be22f13 commit c31e9b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.icatproject</groupId>
<artifactId>topcat_daaas_plugin</artifactId>
<packaging>war</packaging>
<version>1.7</version>
<version>1.8</version>
<name>TopCAT DAaaS Plugin</name>
<description>Web frontend for multiple ICATs</description>

Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/views/vnc.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
daaas.machines().then(function(machines){
_.each(machines, function(machine){
if(machine.id == id){
var port = 29876;
var port = 443;
var user = _.select(machine.users, function(user){ return user.userName == username})[0]
var path = "websockify?token=" + _.select(machine.users, function(user){ return user.userName == username})[0].websockifyToken;
document.title = machine.host;
Expand Down

0 comments on commit c31e9b3

Please sign in to comment.