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:
parent
520e458d4f
commit
c0439b732c
@ -369,6 +369,8 @@ Release 2.5.0 - UNRELEASED
|
|||||||
YARN-2158. Improved assertion messages of TestRMWebServicesAppsModification.
|
YARN-2158. Improved assertion messages of TestRMWebServicesAppsModification.
|
||||||
(Varun Vasudev via zjshen)
|
(Varun Vasudev via zjshen)
|
||||||
|
|
||||||
|
YARN-2269. Remove external links from YARN UI. (Craig Welch via xgong)
|
||||||
|
|
||||||
Release 2.4.1 - 2014-06-23
|
Release 2.4.1 - 2014-06-23
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
@ -25,7 +25,6 @@ public class FooterBlock extends HtmlBlock {
|
|||||||
|
|
||||||
@Override protected void render(Block html) {
|
@Override protected void render(Block html) {
|
||||||
html.
|
html.
|
||||||
div("#footer.ui-widget").
|
div("#footer.ui-widget")._();
|
||||||
a("http://hadoop.apache.org/", "About Apache Hadoop")._();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user