- Zero capacity storage

- Set 0 storage capacity after creating order
This commit is contained in:
Peter Papp
2021-03-24 08:35:43 +01:00
parent 480f518ebc
commit 1ffa569ea3
5 changed files with 37 additions and 14 deletions

View File

@@ -49,14 +49,20 @@
</span>
</td>
<td>
<span class="cell-item">
<span v-if="row.data.attributes.storage.capacity !== 0" class="cell-item">
{{ row.data.attributes.storage.used_formatted }}
</span>
<span v-if="row.data.attributes.storage.capacity == 0" class="cell-item">
-
</span>
</td>
<td v-if="config.storageLimit">
<span class="cell-item">
<span v-if="row.data.attributes.storage.capacity !== 0" class="cell-item">
{{ row.data.attributes.storage.capacity_formatted }}
</span>
<span v-if="row.data.attributes.storage.capacity == 0" class="cell-item">
-
</span>
</td>
<td>
<span class="cell-item">