Repository: zeppelin Updated Branches: refs/heads/master 478b842c4 -> 25a9ecd96
update screenshot images with new about_menu.png and settings_menu.png ### What is this PR for? Current screenshot images for "Settings" and "About Zeppelin" is outdated since UI is updated. So it'll be better update them with latest one. ### What type of PR is it? Documentation ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-2856 ### How should this be tested? Just seeing file changes will be enough :) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: EomJeongyeon <[email protected]> Closes #2537 from EomJeongyeon/ZEPPELIN-2856 and squashes the following commits: 153a891 [EomJeongyeon] update screenshot images with new about_menu.png and settings_menu.png Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/25a9ecd9 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/25a9ecd9 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/25a9ecd9 Branch: refs/heads/master Commit: 25a9ecd96e95b30100a32750c92d224d5d57b567 Parents: 478b842 Author: EomJeongyeon <[email protected]> Authored: Tue Aug 15 16:57:36 2017 +0900 Committer: Lee moon soo <[email protected]> Committed: Wed Aug 16 22:05:23 2017 -0700 ---------------------------------------------------------------------- .../themes/zeppelin/img/ui-img/about_menu.png | Bin 73818 -> 91056 bytes .../zeppelin/img/ui-img/settings_menu.png | Bin 29508 -> 36521 bytes 2 files changed, 0 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/25a9ecd9/docs/assets/themes/zeppelin/img/ui-img/about_menu.png ---------------------------------------------------------------------- diff --git a/docs/assets/themes/zeppelin/img/ui-img/about_menu.png b/docs/assets/themes/zeppelin/img/ui-img/about_menu.png old mode 100644 new mode 100755 index 18ed125..1668678 Binary files a/docs/assets/themes/zeppelin/img/ui-img/about_menu.png and b/docs/assets/themes/zeppelin/img/ui-img/about_menu.png differ http://git-wip-us.apache.org/repos/asf/zeppelin/blob/25a9ecd9/docs/assets/themes/zeppelin/img/ui-img/settings_menu.png ---------------------------------------------------------------------- diff --git a/docs/assets/themes/zeppelin/img/ui-img/settings_menu.png b/docs/assets/themes/zeppelin/img/ui-img/settings_menu.png old mode 100644 new mode 100755 index f4e8154..9f19f5c Binary files a/docs/assets/themes/zeppelin/img/ui-img/settings_menu.png and b/docs/assets/themes/zeppelin/img/ui-img/settings_menu.png differ
