You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by su...@apache.org on 2018/10/09 16:34:34 UTC

hadoop git commit: YARN-8853. [UI2] Application Attempts tab is not shown correctly when there are no attempts. Contributed by Akhil PB.

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 <su...@apache.org>
Authored: Tue Oct 9 22:04:17 2018 +0530
Committer: Sunil G <su...@apache.org>
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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org