Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 086633ab6 -> e75960bb9


AMBARI-13483. [CapSchedView] show leaf and non-leaf queues with different UI 
indicators. (Gaurav Nagar via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e75960bb
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e75960bb
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e75960bb

Branch: refs/heads/branch-2.1
Commit: e75960bb9aee4e5b8e6d721b84409aeb6f0e0c10
Parents: 086633a
Author: Yusaku Sako <yus...@hortonworks.com>
Authored: Wed Oct 21 15:25:07 2015 -0700
Committer: Yusaku Sako <yus...@hortonworks.com>
Committed: Wed Oct 21 15:26:23 2015 -0700

----------------------------------------------------------------------
 .../resources/ui/app/templates/components/queueListItem.hbs    | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/e75960bb/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/queueListItem.hbs
----------------------------------------------------------------------
diff --git 
a/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/queueListItem.hbs
 
b/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/queueListItem.hbs
index 075f9cd..e3ff8fc 100644
--- 
a/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/queueListItem.hbs
+++ 
b/contrib/views/capacity-scheduler/src/main/resources/ui/app/templates/components/queueListItem.hbs
@@ -41,6 +41,12 @@
       </span>
     {{/if}}
 
+    {{#unless queue.queues}}
+      <span class="badge pull-right">
+        <i class="fa fa-leaf"></i>
+      </span>
+    {{/unless}}
+
     </span>
   {{/link-to}}
 

Reply via email to