You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by xi...@apache.org on 2015/09/11 03:33:08 UTC

ambari git commit: AMBARI-13068. Web Client Should Display Skipped Tasks Differently In Upgrade Wizard.(xiwang)

Repository: ambari
Updated Branches:
  refs/heads/trunk eb4a68d5c -> 18f9437b7


AMBARI-13068. Web Client Should Display Skipped Tasks Differently In Upgrade Wizard.(xiwang)


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

Branch: refs/heads/trunk
Commit: 18f9437b708f4c7c973e08a950ec8bf449880125
Parents: eb4a68d
Author: Xi Wang <xi...@apache.org>
Authored: Thu Sep 10 18:01:40 2015 -0700
Committer: Xi Wang <xi...@apache.org>
Committed: Thu Sep 10 18:01:47 2015 -0700

----------------------------------------------------------------------
 ambari-web/app/utils/helper.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/18f9437b/ambari-web/app/utils/helper.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/helper.js b/ambari-web/app/utils/helper.js
index fefc703..f777ee6 100644
--- a/ambari-web/app/utils/helper.js
+++ b/ambari-web/app/utils/helper.js
@@ -809,6 +809,7 @@ App.registerBoundHelper('statusIcon', Em.View.extend({
     'WARNING': 'icon-warning-sign',
     'FAILED': 'icon-exclamation-sign failed',
     'HOLDING_FAILED': 'icon-exclamation-sign failed',
+    'SKIPPED_FAILED': 'icon-share-alt failed',
     'PENDING': 'icon-cog pending',
     'QUEUED': 'icon-cog queued',
     'IN_PROGRESS': 'icon-cogs in_progress',