-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-28983 Static resources are not loaded on REST web UI pages in dev mode #6849
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
HBASE-28983 Static resources are not loaded on REST web UI pages in dev mode #6849
Conversation
…ev mode (apache#6491) This way the `hbase-webapps/static` source directory (which holds JS, CSS, image files) is not duplicated anymore. It is only present under `hbase-server`. This directory is then coped by maven-resources-plugin to the target directory of the REST and Thrift projects. For this deleted the static directory below the Thrift project. Signed-off-by: Nihal Jain <[email protected]> Reviewed-by: Andrew Purtell <[email protected]> (cherry picked from commit 4e40bd5)
|
This is a backport of #6491 to Since the Bootstrap upgrade backport is now merged to I cherry-picked the commit from master (it applied cleanly). |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |


This way the
hbase-webapps/staticsource directory (which holds JS, CSS, image files) is not duplicated anymore. It is only present underhbase-server. This directory is then coped by maven-resources-plugin to the target directory of the REST and Thrift projects.For this deleted the static directory below the Thrift project.
Signed-off-by: Nihal Jain [email protected]
Reviewed-by: Andrew Purtell [email protected]
(cherry picked from commit 4e40bd5)