IGNITE-10565 Web Console: Add missing "maxRowsToShow" binding for "ui-grid" component.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7f3f6b5d Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7f3f6b5d Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7f3f6b5d Branch: refs/heads/ignite-10189 Commit: 7f3f6b5d68830b3b27aa47e4737bfb17c1684839 Parents: b131da0 Author: Alexander Kalinin <[email protected]> Authored: Mon Dec 10 10:58:52 2018 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Mon Dec 10 10:58:52 2018 +0700 ---------------------------------------------------------------------- modules/web-console/frontend/app/components/ui-grid/component.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7f3f6b5d/modules/web-console/frontend/app/components/ui-grid/component.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/components/ui-grid/component.js b/modules/web-console/frontend/app/components/ui-grid/component.js index f0c3b06..d75cc6c 100644 --- a/modules/web-console/frontend/app/components/ui-grid/component.js +++ b/modules/web-console/frontend/app/components/ui-grid/component.js @@ -30,6 +30,7 @@ export default { gridHeight: '<?', tabName: '<?', tableTitle: '<?', + maxRowsToShow: '<?', // Input Events. items: '<',
