mirror of https://github.com/rancher/ui.git
20 lines
487 B
Handlebars
20 lines
487 B
Handlebars
<section>
|
|
{{metrics-action
|
|
queryAction="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> |