Browse Source

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.
pull/5812/head
John Cowen 6 years ago committed by GitHub
parent
commit
793f0747c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui-v2/app/templates/components/token-list.hbs

1
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}}

Loading…
Cancel
Save