Repository: hadoop Updated Branches: refs/heads/branch-3.2 71faacd17 -> f6a73d181
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/f6a73d18 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/f6a73d18 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/f6a73d18 Branch: refs/heads/branch-3.2 Commit: f6a73d181ff86496c3fe7512422f8f8100720855 Parents: 71faacd Author: Sunil G <[email protected]> Authored: Tue Oct 9 22:04:17 2018 +0530 Committer: Sunil G <[email protected]> Committed: Tue Oct 9 22:05:53 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/f6a73d18/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]
