Repository: ambari Updated Branches: refs/heads/branch-2.4 05cff453b -> 8dadf54dc
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/8dadf54d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8dadf54d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8dadf54d Branch: refs/heads/branch-2.4 Commit: 8dadf54dc3c02ce65293eab0c39c1645edfa8528 Parents: 05cff45 Author: Aleksandr Kovalenko <[email protected]> Authored: Tue Jun 14 19:55:51 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Wed Jun 15 12:53:07 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/8dadf54d/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">
