Repository: hadoop Updated Branches: refs/heads/branch-3.1 ce4a0898d -> be0ce74c7
YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB. (cherry picked from commit 6f11919beb71f3bab7a49f2866c03bca5a4afc3b) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/be0ce74c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/be0ce74c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/be0ce74c Branch: refs/heads/branch-3.1 Commit: be0ce74c7137726742910f1bfe3dbc5ec6bca9e9 Parents: ce4a089 Author: Sunil G <[email protected]> Authored: Tue Oct 9 22:04:17 2018 +0530 Committer: Sunil G <[email protected]> Committed: Tue Oct 9 22:06:21 2018 +0530 ---------------------------------------------------------------------- .../src/main/webapp/app/templates/yarn-app/attempts.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/be0ce74c/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/attempts.hbs ---------------------------------------------------------------------- diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/attempts.hbs b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/attempts.hbs index 62105d3..4aa47c8 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/attempts.hbs +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-ui/src/main/webapp/app/templates/yarn-app/attempts.hbs @@ -30,7 +30,7 @@ viewType=viewType }} {{else}} - <div class="col-md-12 container-fluid"> + <div class="col-md-12"> <div class="panel panel-default"> <div class="panel-heading"> Application Attempts --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
