Repository: flink Updated Branches: refs/heads/master cc9334a46 -> 09fe4b0b8
[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/a2b0816b Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a2b0816b Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a2b0816b Branch: refs/heads/master Commit: a2b0816b79847ddd58fb478a658eaca957a9853f Parents: cc9334a Author: WangTaoTheTonic <[email protected]> Authored: Fri Feb 17 14:48:14 2017 +0800 Committer: Ufuk Celebi <[email protected]> Committed: Fri Feb 17 17:11:22 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/a2b0816b/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 3fe6b9e..5f68587 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
