Skip to content

Commit

Permalink
Merge pull request #199 from Security-Onion-Solutions/fix/soc-grid-wrap
Browse files Browse the repository at this point in the history
fix grid wrap
  • Loading branch information
jertel authored Mar 21, 2023
2 parents 3f1e630 + 3ee9540 commit 4efa3f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2912,10 +2912,6 @@ <h4 v-if="metricsEnabled">{{ i18n.gridEps }} {{ gridEps | formatCount }}</h4>
<span class="filter label">{{ i18n.address }}:</span>
<span class="filter value">{{ item.address }}</span>
</div>
<div class="text-no-wrap">
<span class="filter label">{{ i18n.description }}:</span>
<span class="filter value">{{ item.description }}</span>
</div>
<div class="text-no-wrap">
<span class="filter label">{{ i18n.version }}:</span>
<span class="filter value">{{ item.version }}</span>
Expand Down Expand Up @@ -2968,6 +2964,10 @@ <h4 v-if="metricsEnabled">{{ i18n.gridEps }} {{ gridEps | formatCount }}</h4>
<span v-else v-text="$root.l$root.localizeMessage(item.raidStatus)"/>
</span>
</div>
<div class="text-no-wrap">
<span class="filter label">{{ i18n.description }}:</span>
<span class="filter value text-wrap">{{ item.description }}</span>
</div>
<p/>
<div class="text-justify">
<a :target="$root.target('influxdb')" :href="item.dashboardLink" class="no-underline">
Expand Down

0 comments on commit 4efa3f5

Please sign in to comment.