mirror of https://github.com/rancher/ui.git
24 lines
473 B
Handlebars
24 lines
473 B
Handlebars
<section>
|
|
{{metrics-action
|
|
queryAction=(action "query")
|
|
state=state
|
|
}}
|
|
|
|
{{metrics-graph
|
|
graphs=graphs
|
|
loading=state.loading
|
|
noGraphs=state.noGraphs
|
|
}}
|
|
|
|
{{#if single.length}}
|
|
{{#accordion-list as |al expandFn|}}
|
|
<div class="mt-20 text-left">
|
|
{{ingress-response-list
|
|
expandAll=al.expandAll
|
|
expandFn=expandFn
|
|
data=responseSeconds
|
|
}}
|
|
</div>
|
|
{{/accordion-list}}
|
|
{{/if}}
|
|
</section> |