Repository: hadoop Updated Branches: refs/heads/trunk 9e9915dda -> 6f11919be
YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6f11919b Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6f11919b Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6f11919b Branch: refs/heads/trunk Commit: 6f11919beb71f3bab7a49f2866c03bca5a4afc3b Parents: 9e9915d Author: Sunil G <[email protected]> Authored: Tue Oct 9 22:04:17 2018 +0530 Committer: Sunil G <[email protected]> Committed: Tue Oct 9 22:04:17 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/6f11919b/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]
