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.
This commit is contained in:
parent
c50ca4f02c
commit
4e8d4b1037
|
@ -3,6 +3,7 @@
|
||||||
{{#tabular-collection
|
{{#tabular-collection
|
||||||
data-test-tokens
|
data-test-tokens
|
||||||
class='token-list'
|
class='token-list'
|
||||||
|
rows=5
|
||||||
items=(sort-by 'AccessorID:asc' items) as |item index|
|
items=(sort-by 'AccessorID:asc' items) as |item index|
|
||||||
}}
|
}}
|
||||||
{{#if caption}}
|
{{#if caption}}
|
||||||
|
|
Loading…
Reference in New Issue