f38a50b6b2
* fetch auth methods when going to the auth route and pass them to the auth form component * add boolean editType for form-fields * look in the data hash in the serializer * remove renderInPlace for info-tooltips as it does something goofy with widths * add new fields for auth methods * fix console refresh command on routes that use lazyPaginatedQuery * add wrapped_token param that logs you in via the token backend and show other backends if your list contains supported ones * handle casing when looking up supported backends * change listingVisibility to match the new API * move wrapped_token up to the vault route level so it works from the app root
17 lines
418 B
Handlebars
17 lines
418 B
Handlebars
{{#tool-tip as |d|}}
|
|
{{#d.trigger tagName="button" type="button" class=(concat "tool-tip-trigger button") data-test-tool-tip-trigger=true}}
|
|
{{i-con
|
|
glyph="information-reversed"
|
|
class="auto-width"
|
|
size=16
|
|
aria-label="help"
|
|
excludeIconClass=true
|
|
}}
|
|
{{/d.trigger}}
|
|
{{#d.content class="tool-tip"}}
|
|
<div class="box">
|
|
{{yield}}
|
|
</div>
|
|
{{/d.content}}
|
|
{{/tool-tip}}
|