Unverified Commit fd6ceddf authored by liuzheng712's avatar liuzheng712

Merge branch 'dev' into test

parents e4867497 20d4bebc
...@@ -18,7 +18,7 @@ export class ElementIframeComponent implements OnInit { ...@@ -18,7 +18,7 @@ export class ElementIframeComponent implements OnInit {
ngOnInit() { ngOnInit() {
this.target = document.location.origin + this.target = document.location.origin +
'/api/tokens?username=liu&password=zheng&asset_id=' + '/guacamole/api/tokens?username=liu&password=zheng&asset_id=' +
this.host.id + '&system_user_id=' + this.userid; this.host.id + '&system_user_id=' + this.userid;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment