YARN-2269. Remove external links from YARN UI. Contributed by Craig Welch
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1609591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7cfc7e39a4
commit
b588da4eb4
|
@ -354,6 +354,8 @@ Release 2.5.0 - UNRELEASED
|
|||
YARN-2158. Improved assertion messages of TestRMWebServicesAppsModification.
|
||||
(Varun Vasudev via zjshen)
|
||||
|
||||
YARN-2269. Remove External links from YARN UI. (Craig Welch via xgong)
|
||||
|
||||
Release 2.4.1 - 2014-06-23
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -25,7 +25,6 @@ public class FooterBlock extends HtmlBlock {
|
|||
|
||||
@Override protected void render(Block html) {
|
||||
html.
|
||||
div("#footer.ui-widget").
|
||||
a("http://hadoop.apache.org/", "About Apache Hadoop")._();
|
||||
div("#footer.ui-widget")._();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue