removed raw html and set link static

This commit is contained in:
Rob Weber 2024-07-31 20:55:48 +00:00
parent 32b2237e19
commit 3f9d3995a0
2 changed files with 12 additions and 9 deletions

View file

@ -83,7 +83,10 @@ function validateSetup() {
<p v-if="!inputsValid" class="raidError">
{{ raidRequirements }}
</p>
<p v-html="raidInfo" />
<p>
{{ raidInfo }}<br /><br />
For more information on RAID types, see <a href="https://en.wikipedia.org/wiki/Standard_RAID_levels" target="_blank">Wikipedia</a>.
</p>
</c-card>
<c-card title="Results">
<n-table v-if="inputsValid">