From 793f0747c6a6e5996abcb77750178a0955cb48fd Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 8 May 2019 10:02:09 +0100 Subject: [PATCH] ui: Gives the minimal in-form token list use a maximum row size (#5807) This means its more straightforwards to calculate the height of the listing itself. This component is currently only used on the form pages for tokens and roles, should therefore be a restricted size. --- ui-v2/app/templates/components/token-list.hbs | 1 + 1 file changed, 1 insertion(+) diff --git a/ui-v2/app/templates/components/token-list.hbs b/ui-v2/app/templates/components/token-list.hbs index 0462a1fea3..684764598c 100644 --- a/ui-v2/app/templates/components/token-list.hbs +++ b/ui-v2/app/templates/components/token-list.hbs @@ -3,6 +3,7 @@ {{#tabular-collection data-test-tokens class='token-list' + rows=5 items=(sort-by 'AccessorID:asc' items) as |item index| }} {{#if caption}}