-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize Zeppelin user interface #1070
Conversation
I've now tested this with a build created from our forked version of Zeppelin, with our modifications applied, as well as an upgrade to the version of Zeppelin (0.10.1-gaia-dmp) |
Ok, new commit now sets the version to match your proposal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small changes to make it clearer.
Co-authored-by: Zarquan <[email protected]> Signed-off-by: stvoutsin <[email protected]>
Co-authored-by: Zarquan <[email protected]> Signed-off-by: stvoutsin <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good.
I've worked on customizing Zeppelin to provide a Gaia look & feel. This was done by modifying the source code & doing a new build, which means that we also need to modify the scripts to use the new build. Some more information and discussion on the related issue here: #659
I've made this into a draft, as I'd like to have a discussion on the best place to store the build & whether the changes to the config look ok before merging them in.