You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2015/10/23 16:47:24 UTC

[10/50] [abbrv] ambari git commit: AMBARI-13483. [CapSchedView] show leaf and non-leaf queues with different UI indicators. (Gaurav Nagar via yusaku)

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/8ef5beb8
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8ef5beb8
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8ef5beb8

Branch: refs/heads/branch-dev-patch-upgrade
Commit: 8ef5beb857cc4c1fa077bdf2e0dbb1bc55ebb2f5
Parents: 383aac0
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Wed Oct 21 15:25:07 2015 -0700
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Wed Oct 21 15:25:07 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/8ef5beb8/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}}