You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2014/08/15 16:08:45 UTC

git commit: AMBARI-6874. Fix UI unit tests after jobs, admin and recommendation changes. Additional partch. (Denys Buzhor via akovalenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk e2fc2c731 -> 13ed07199


AMBARI-6874. Fix UI unit tests after jobs, admin and recommendation changes. Additional partch. (Denys Buzhor via akovalenko)


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

Branch: refs/heads/trunk
Commit: 13ed07199f87b7c71ae5c442f914339f4531998b
Parents: e2fc2c7
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Fri Aug 15 17:08:18 2014 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Fri Aug 15 17:08:18 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/utils/host_progress_popup.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/13ed0719/ambari-web/app/utils/host_progress_popup.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/host_progress_popup.js b/ambari-web/app/utils/host_progress_popup.js
index 754bfe5..36e9c30 100644
--- a/ambari-web/app/utils/host_progress_popup.js
+++ b/ambari-web/app/utils/host_progress_popup.js
@@ -338,7 +338,6 @@ App.HostPopup = Em.Object.create({
         'COMPLETED': ['SUCCESS', 'icon-ok', 'progress-success', false]
       };
       var pendingStatus = ['PENDING', 'icon-cog', 'progress-info', true];
-      debugger;
       this.set("servicesInfo", null);
       this.get("inputData").forEach(function (service) {
         var status = statuses[service.status] || pendingStatus;