status実装
とりあえずCPU使用率だけ
This commit is contained in:
parent
598d6f7593
commit
5d9b5820af
10 changed files with 188 additions and 6 deletions
12
src/web/app/status/style.styl
Normal file
12
src/web/app/status/style.styl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@import "../base"
|
||||
|
||||
html
|
||||
color #456267
|
||||
background #fff
|
||||
|
||||
body
|
||||
margin 0
|
||||
padding 32px 0
|
||||
|
||||
@media (max-width 600px)
|
||||
padding 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue