Updated Branches: refs/heads/branch-1.4.3 f211f1372 -> 9d3c05058
AMBARI-4170. Graph time-header missing. (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9d3c0505 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9d3c0505 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9d3c0505 Branch: refs/heads/branch-1.4.3 Commit: 9d3c0505837f40e4aeb1f7147783d1ebb4a26992 Parents: f211f13 Author: Oleg Nechiporenko <[email protected]> Authored: Wed Dec 25 13:06:34 2013 +0200 Committer: Oleg Nechiporenko <[email protected]> Committed: Wed Dec 25 13:09:25 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/templates/common/chart/linear_time.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/9d3c0505/ambari-web/app/templates/common/chart/linear_time.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/common/chart/linear_time.hbs b/ambari-web/app/templates/common/chart/linear_time.hbs index feb15fa..b488dd3 100644 --- a/ambari-web/app/templates/common/chart/linear_time.hbs +++ b/ambari-web/app/templates/common/chart/linear_time.hbs @@ -17,7 +17,7 @@ }} <div {{bindAttr class="view.isReady:hide:show :screensaver :no-borders :chart-container"}}></div> -<div {{bindAttr class="view.isReady::hidden :time-label"}}>{{view.currentTimeState.name}}</div> +<div {{bindAttr class="view.isReady::hidden :time-label"}}>{{view.parentView.currentTimeState.name}}</div> {{#if view.isTimePagingEnable}} <div {{bindAttr class="view.leftArrowVisible:visibleArrow :arrow-left"}} {{action "switchTimeBack" target="view.parentView"}}></div> {{/if}}
