Repository: ambari Updated Branches: refs/heads/trunk 2de48e49f -> f071fcca8
AMBARI-17232. [Ambari UI]Show more entries in Host Details > logs tab option not working (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f071fcca Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f071fcca Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f071fcca Branch: refs/heads/trunk Commit: f071fcca82d83b6b5f7276dbeed5637d39aca987 Parents: 2de48e4 Author: Aleksandr Kovalenko <[email protected]> Authored: Tue Jun 14 19:55:51 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Wed Jun 15 12:45:41 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/main/host/logs.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f071fcca/ambari-web/app/templates/main/host/logs.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/host/logs.hbs b/ambari-web/app/templates/main/host/logs.hbs index 571c528..c7f695b 100644 --- a/ambari-web/app/templates/main/host/logs.hbs +++ b/ambari-web/app/templates/main/host/logs.hbs @@ -62,7 +62,7 @@ {{/if}} </div> <div class="items-on-page"> - <label>{{t common.show}}: {{view view.rowsPerPageSelectView selectionBinding="view.parentView.displayLength"}}</label> + <label>{{t common.show}}: {{view view.rowsPerPageSelectView selectionBinding="view.displayLength"}}</label> </div> <div class="info">{{view.paginationInfo}}</div> <div class="paging_two_button">
