This commit is contained in:
syuilo
2018-09-15 21:48:10 +09:00
parent 2fee2e5166
commit 7b2b7d1456
13 changed files with 22 additions and 303 deletions

View File

@@ -1,7 +1,6 @@
<template>
<div class="root">
<template v-if="!fetching">
<el-progress :text-inside="true" :stroke-width="18" :percentage="Math.floor((usage / capacity) * 100)"/>
<p><b>{{ capacity | bytes }}</b>%i18n:max%<b>{{ usage | bytes }}</b>%i18n:in-use%</p>
</template>
</div>