mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 00:46:43 +00:00
ui: Send item name down to Stats to call endpoint (#9358)
* Refactor Stats and Series components * Remove unused variable from being passed down to Stats * Add item name to be passed down to Stats
This commit is contained in:
parent
bb8e53bbf7
commit
a78566e2d8
@ -30,6 +30,7 @@
|
|||||||
@dc={{item.Datacenter}}
|
@dc={{item.Datacenter}}
|
||||||
@endpoint='downstream-summary-for-service'
|
@endpoint='downstream-summary-for-service'
|
||||||
@service={{@service.Service.Service}}
|
@service={{@service.Service.Service}}
|
||||||
|
@item={{item.Name}}
|
||||||
@noMetricsReason={{this.noMetricsReason}}
|
@noMetricsReason={{this.noMetricsReason}}
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
@ -96,6 +97,7 @@
|
|||||||
@dc={{item.Datacenter}}
|
@dc={{item.Datacenter}}
|
||||||
@endpoint='upstream-summary-for-service'
|
@endpoint='upstream-summary-for-service'
|
||||||
@service={{@service.Service.Service}}
|
@service={{@service.Service.Service}}
|
||||||
|
@item={{item.Name}}
|
||||||
@noMetricsReason={{this.noMetricsReason}}
|
@noMetricsReason={{this.noMetricsReason}}
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user