mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
always show description
This commit is contained in:
parent
43da51fa76
commit
54d9351a42
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ function formatBytes(bytes: number, decimals = 2) {
|
||||||
/>
|
/>
|
||||||
</n-form-item>
|
</n-form-item>
|
||||||
<p class="raidError" v-if="!inputsValid">{{ raidRequirements }}</p>
|
<p class="raidError" v-if="!inputsValid">{{ raidRequirements }}</p>
|
||||||
<p v-else v-html="raidInfo"></p>
|
<p v-html="raidInfo"></p>
|
||||||
</c-card>
|
</c-card>
|
||||||
<c-card title="Results">
|
<c-card title="Results">
|
||||||
<n-statistic label="Capacity" mb-2 v-if="inputsValid">
|
<n-statistic label="Capacity" mb-2 v-if="inputsValid">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue