From 4e8d4b10376dcceb776cbb506983baa68142e598 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 0462a1fea..684764598 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}}