YARN-2269. Remove external links from YARN UI. Contributed by Craig Welch

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1609590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Xuan Gong 2014-07-10 23:31:55 +00:00
parent 520e458d4f
commit c0439b732c
2 changed files with 3 additions and 2 deletions

View File

@ -369,6 +369,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

View File

@ -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")._();
}
}