Repository: mesos Updated Branches: refs/heads/master 667358a04 -> 9ca4a33c9
Remove http specific protocol from master browse in webui. Review: https://reviews.apache.org/r/36022 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/958f332f Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/958f332f Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/958f332f Branch: refs/heads/master Commit: 958f332ff152bd69bebeab34d510db471b4c3e79 Parents: 667358a Author: Joris Van Remoortere <[email protected]> Authored: Mon Jun 29 16:03:55 2015 -0700 Committer: Adam B <[email protected]> Committed: Mon Jun 29 16:06:08 2015 -0700 ---------------------------------------------------------------------- src/webui/master/static/browse.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/958f332f/src/webui/master/static/browse.html ---------------------------------------------------------------------- diff --git a/src/webui/master/static/browse.html b/src/webui/master/static/browse.html index ce55d6b..0904c87 100644 --- a/src/webui/master/static/browse.html +++ b/src/webui/master/static/browse.html @@ -68,7 +68,7 @@ </td> <td> <a data-ng-show="file.mode[0] != 'd'" - href="http://{{slave_host}}/files/download.json?path={{encodeURIComponent(file.path)}}"> + href="//{{slave_host}}/files/download.json?path={{encodeURIComponent(file.path)}}"> <button class="btn btn-xs btn-default" type="button"> Download </button>
