This commit is contained in:
syuilo 2018-11-03 13:39:17 +09:00
parent c1520763c6
commit c304351335
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 4 additions and 3 deletions

View file

@ -79,11 +79,11 @@ export default Vue.extend({
color #555
thead
font-weight bold
border-bottom solid 2px #eee
tr
th
font-weight normal
text-align left
tbody

View file

@ -2,14 +2,15 @@
<div class="zyknedwtlthezamcjlolyusmipqmjgxz">
<div>
<header>
<span>CPU <span>{{ cpuP }}%</span></span>
<span>%fa:microchip% CPU <span>{{ cpuP }}%</span></span>
<span v-if="meta">{{ meta.cpu.model }}</span>
</header>
<div ref="cpu"></div>
</div>
<div>
<header>
<span>MEM <span>{{ memP }}%</span></span>
<span>%fa:memory% MEM <span>{{ memP }}%</span></span>
<span v-if="meta"></span>
</header>
<div ref="mem"></div>
</div>