Skip to content

Commit

Permalink
Merge pull request #301 from Security-Onion-Solutions/jertel/ess
Browse files Browse the repository at this point in the history
fix NSM total
  • Loading branch information
jertel authored Dec 11, 2023
2 parents de8b660 + a0be3c1 commit c6c6872
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 @@ -3228,7 +3228,7 @@ <h4 v-if="metricsEnabled">{{ i18n.gridEps }} {{ gridEps | formatCount }}</h4>
<span class="filter value">
<v-progress-linear :value="item.diskUsedNsmPct" height="15" :color="formatLinearColor(item.diskUsedNsmPct, 85, 90, 95)">
<template v-slot:default="{ value }">
{{ item.diskUsedNsmPct | formatDecimal1 }}% {{ i18n.of }} {{ item.diskUsedNsmGB | formatDecimal1 }} {{ i18n.gigabytes }}
{{ item.diskUsedNsmPct | formatDecimal1 }}% {{ i18n.of }} {{ item.diskTotalNsmGB | formatDecimal1 }} {{ i18n.gigabytes }}
</template>
</v-progress-linear>
</span>
Expand Down

0 comments on commit c6c6872

Please sign in to comment.