Fix cpu status
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2019-12-29 18:51:03 -05:00
parent 2ff5b6bc6b
commit 8aa3d78d6d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ steps:
- name: build
path: /build
commands:
- echo "v1.2.0" > /build/version.txt
- echo "v1.2.1" > /build/version.txt
- npm install
- npm run build
- cp -R dist /build/dist

View File

@ -2,7 +2,7 @@
<b-nav-item-dropdown no-caret right>
<template slot="button-content">
<font-awesome-icon icon="tachometer-alt" /> CPU
<b-progress :value="status.UserPct" height=".5rem" :variant="percentageClass"></b-progress>
<b-progress :value="status" height=".5rem" :variant="percentageClass"></b-progress>
</template>
<b-dropdown-header class="text-center">CPU</b-dropdown-header>
<div class="text-center">