Skip to content

Commit

Permalink
hide eps if not running elastic
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Dec 8, 2023
1 parent d68504d commit 7a372b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3129,7 +3129,7 @@ <h4 v-if="metricsEnabled">{{ i18n.gridEps }} {{ gridEps | formatCount }}</h4>
</span>
</div>

<div v-if="item.metricsEnabled" class="text-no-wrap">
<div v-if="item.metricsEnabled && hasEventstore(item)" class="text-no-wrap">
<span class="filter label">{{ i18n.epsConsumption }}</span>
<span class="filter value">{{ item.consumptionEps | formatCount }}</span>
</div>
Expand Down

0 comments on commit 7a372b2

Please sign in to comment.