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 color #555
thead thead
font-weight bold
border-bottom solid 2px #eee border-bottom solid 2px #eee
tr tr
th th
font-weight normal
text-align left text-align left
tbody tbody

View file

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