spacing
This commit is contained in:
parent
37cfd0a105
commit
23b17f4e47
@ -64,6 +64,7 @@ function formatBytes(bytes: number, decimals = 2) {
|
||||
<c-select
|
||||
v-model:value="diskUnit"
|
||||
min-w-130px
|
||||
ml-1
|
||||
:options="[
|
||||
{ label: 'MB', value: Math.pow(10, 6) },
|
||||
{ label: 'GB', value: Math.pow(10, 9) },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user