mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
removed raw html and set link static
This commit is contained in:
parent
32b2237e19
commit
3f9d3995a0
2 changed files with 12 additions and 9 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue