Repository: flink Updated Branches: refs/heads/release-1.2 a2853ec15 -> 451fe851e
[FLINK-5825] [webui] Fix image loading in YARN A absolute URL to an image prevents this image in case of running with a YARN proxy. This makes the URL relative. This closes #3337. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/69d453b8 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/69d453b8 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/69d453b8 Branch: refs/heads/release-1.2 Commit: 69d453b8ddda871177b0e38655953a544e889d46 Parents: a2853ec Author: WangTaoTheTonic <[email protected]> Authored: Fri Feb 17 14:48:14 2017 +0800 Committer: Ufuk Celebi <[email protected]> Committed: Fri Feb 17 17:12:45 2017 +0100 ---------------------------------------------------------------------- flink-runtime-web/web-dashboard/app/styles/index.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/69d453b8/flink-runtime-web/web-dashboard/app/styles/index.styl ---------------------------------------------------------------------- diff --git a/flink-runtime-web/web-dashboard/app/styles/index.styl b/flink-runtime-web/web-dashboard/app/styles/index.styl index cbea5bf..918844e 100644 --- a/flink-runtime-web/web-dashboard/app/styles/index.styl +++ b/flink-runtime-web/web-dashboard/app/styles/index.styl @@ -37,7 +37,7 @@ body .gutter-vertical cursor: row-resize - background-image: url('/images/grips/horizontal.png') + background-image: url('../images/grips/horizontal.png') #sidebar
