mirror of https://github.com/hashicorp/consul
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
parent
7e2c66ad12
commit
793f0747c6
|
@ -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…
Reference in New Issue