Author: yusaku
Date: Wed Jun 5 17:35:49 2013
New Revision: 1489979
URL: http://svn.apache.org/r1489979
Log:
AMBARI-2281. MR2 should not be expandable on Dashboard summary. (Andrii Tkach
via yusaku)
Modified:
incubator/ambari/branches/branch-1.4.0/ambari-web/app/templates/main/dashboard/service/mapreduce2.hbs
Modified:
incubator/ambari/branches/branch-1.4.0/ambari-web/app/templates/main/dashboard/service/mapreduce2.hbs
URL:
http://svn.apache.org/viewvc/incubator/ambari/branches/branch-1.4.0/ambari-web/app/templates/main/dashboard/service/mapreduce2.hbs?rev=1489979&r1=1489978&r2=1489979&view=diff
==============================================================================
---
incubator/ambari/branches/branch-1.4.0/ambari-web/app/templates/main/dashboard/service/mapreduce2.hbs
(original)
+++
incubator/ambari/branches/branch-1.4.0/ambari-web/app/templates/main/dashboard/service/mapreduce2.hbs
Wed Jun 5 17:35:49 2013
@@ -17,14 +17,9 @@
}}
-{{#unless view.showOnlyRows}}
-<div class="clearfix like_pointer" {{action toggleInfoView target="view"}}>
+<div class="clearfix">
<div class="name span2">
- {{#if view.isCollapsed}}
- <i class="icon-caret-down pull-left"></i>
- {{else}}
- <i class="icon-caret-right pull-left"></i>
- {{/if}}
+ <i class="pull-left icon-empty"></i>
{{view App.MainDashboardServiceHealthView serviceBinding="view.service"}}
<a {{action selectService view.service
href=true}}>{{view.service.displayName}}</a>
{{#if view.criticalAlertsCount}}
@@ -36,26 +31,4 @@
<div class="summary span">
{{view.titleInfo}}
</div>
-</div>
-<div class="service-body">
- <div class="span4">
- <div class="dashboard-mini-chart span2">
- {{#if view.service.quickLinks.length}}
- {{#view App.QuickViewLinks contentBinding="view.service"}}
- <div class="btn-group">
- <a class="btn btn-mini dropdown-toggle" data-toggle="dropdown"
href="#">
- {{t common.quickLinks}}
- <span class="caret"></span>
- </a>
- <ul class="dropdown-menu">
- {{#each view.quickLinks}}
- <li><a {{bindAttr href="url"}}
target="_blank">{{label}}</a></li>
- {{/each}}
- </ul>
- </div>
- {{/view}}
- {{/if}}
- </div>
- </div>
-</div>
-{{/unless}}
\ No newline at end of file
+</div>
\ No newline at end of file