Updated Branches: refs/heads/trunk 032055dcb -> b157e601c
AMBARI-3250. Change icon. Additional patch. Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/b157e601 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/b157e601 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/b157e601 Branch: refs/heads/trunk Commit: b157e601ce2055626f46dea6b9eaec02d514bbdc Parents: 032055d Author: Alex Antonenko <[email protected]> Authored: Tue Sep 17 13:05:35 2013 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Sep 17 13:05:35 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/main/admin/highAvailability/progress.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b157e601/ambari-web/app/templates/main/admin/highAvailability/progress.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/admin/highAvailability/progress.hbs b/ambari-web/app/templates/main/admin/highAvailability/progress.hbs index be3b8f3..81aa7b1 100644 --- a/ambari-web/app/templates/main/admin/highAvailability/progress.hbs +++ b/ambari-web/app/templates/main/admin/highAvailability/progress.hbs @@ -49,7 +49,7 @@ {{/if}} {{#if task.showSkip}} <a {{action skipTask target="controller"}} class="btn btn-primary retry"> - <i class="icon-repeat icon-white"></i> + <i class="icon-step-forward icon-white"></i> {{t common.skip}} </a> {{/if}}
