Updated Branches: refs/heads/trunk 236d94ed2 -> 88619ef27
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/88619ef2 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/88619ef2 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/88619ef2 Branch: refs/heads/trunk Commit: 88619ef2778264b8125be926aa4a36c4c92883f4 Parents: 236d94e Author: Oleg Nechiporenko <[email protected]> Authored: Wed Dec 25 13:05:07 2013 +0200 Committer: Oleg Nechiporenko <[email protected]> Committed: Wed Dec 25 13:05:07 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/88619ef2/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}}
