You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/02/19 01:26:17 UTC

git commit: AMBARI-4719. Suppress start time/duration display in the BGO popup at the task level. (xiwang via yusaku)

Repository: ambari
Updated Branches:
  refs/heads/trunk 3b9c33119 -> 79eaf12ba


AMBARI-4719. Suppress start time/duration display in the BGO popup at the task level. (xiwang via yusaku)


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

Branch: refs/heads/trunk
Commit: 79eaf12bab0fc93cac440ad3a07f8d2457045aef
Parents: 3b9c331
Author: Yusaku Sako <yu...@hortonworks.com>
Authored: Tue Feb 18 16:25:53 2014 -0800
Committer: Yusaku Sako <yu...@hortonworks.com>
Committed: Tue Feb 18 16:25:53 2014 -0800

----------------------------------------------------------------------
 ambari-web/app/templates/common/host_progress_popup.hbs    | 4 ----
 ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs | 4 ----
 2 files changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/79eaf12b/ambari-web/app/templates/common/host_progress_popup.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/common/host_progress_popup.hbs b/ambari-web/app/templates/common/host_progress_popup.hbs
index bb57b82..3e2d19d 100644
--- a/ambari-web/app/templates/common/host_progress_popup.hbs
+++ b/ambari-web/app/templates/common/host_progress_popup.hbs
@@ -136,8 +136,6 @@
     <div class="task-top-wrap">
       <a class="task-detail-back-to-hosts" href="javascript:void(null)" {{action backToHostList}} ><i class="icon-arrow-left"></i>&nbsp;{{t common.hosts}}</a>
       <div class="task-name-top task-detail-log-rolename">{{t common.tasks}}</div>
-      <div class="start-time-top">{{t common.startTime}}</div>
-      <div class="duration-top">{{t common.duration}}</div>
       <div class="select-wrap tasks-list-select">
         {{t common.show}}:
         {{view Ember.Select
@@ -161,8 +159,6 @@
                   {{taskInfo.commandDetail}}
                 </a>
               </div>
-              <div class="time-summary start-time-text">{{taskInfo.startTime}}</div>
-              <div class="time-summary duration-text">{{taskInfo.duration}}</div>
               <div class="show-details"><i class="icon-caret-right"></i></div>
             </div>
           </div>

http://git-wip-us.apache.org/repos/asf/ambari/blob/79eaf12b/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs b/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs
index 915616c..c74d64e 100644
--- a/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs
+++ b/ambari-web/app/templates/wizard/step9HostTasksLogPopup.hbs
@@ -18,8 +18,6 @@
 <div {{bindAttr class="view.isLogWrapHidden::hidden :task-list-main-warp"}}>
   <div class="task-top-wrap">
     <div class="task-name-top task-detail-log-rolename">{{t common.tasks}}</div>
-    <div class="start-time-top">{{t common.startTime}}</div>
-    <div class="duration-top">{{t common.duration}}</div>
     <div class="select-wrap">
       {{t common.show}}:
       {{view Ember.Select
@@ -40,8 +38,6 @@
               {{taskInfo.role}} {{taskInfo.command}}
             </a>
           </div>
-          <div class="time-summary start-time-text">{{taskInfo.startTime}}</div>
-          <div class="time-summary duration-text">{{taskInfo.duration}}</div>
           <div class="show-details"><i class="icon-caret-right"></i></div>
         </div>
       </div>