Skip to content

Commit

Permalink
Changed agent_host to expect a relative path.
Browse files Browse the repository at this point in the history
agent_host is now a relative path and should not expect a full hostname.
  • Loading branch information
mlunoe authored and tillt committed May 10, 2017
1 parent d39453d commit db85099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/master/static/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</td>
<td>
<a data-ng-show="file.mode[0] != 'd'"
href="//{{agent_host}}/files/download?path={{encodeURIComponent(file.path)}}">
href="{{agent_host}}/files/download?path={{encodeURIComponent(file.path)}}">
<button class="btn btn-xs btn-default" type="button">
Download
</button>
Expand Down

0 comments on commit db85099

Please sign in to comment.