mirror of https://github.com/rancher/ui.git
14 lines
326 B
Handlebars
14 lines
326 B
Handlebars
{{#accordion-list-item
|
|
grafanaUrl=grafanaUrl
|
|
title=title
|
|
detail=(t 'metricsAction.description')
|
|
expandAll=expandAll
|
|
expand=(action expandFn)
|
|
expanded=expanded
|
|
componentName='sortable-table'
|
|
as | parent |
|
|
}}
|
|
{{#if (or expanded expandAll)}}
|
|
{{yield this}}
|
|
{{/if}}
|
|
{{/accordion-list-item}} |