Skip to content
Snippets Groups Projects
Commit 0c52e5b9 authored by syuilo's avatar syuilo
Browse files

[Client] ✌️

parent bfde5dd4
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@
<mk-server-home-widget-cpu>
<mk-server-home-widget-pie ref="pie"/>
<div>
<p>CPU</p>
<p><i class="fa fa-microchip"></i>CPU</p>
<p>{ cores } Cores</p>
</div>
<style>
......@@ -207,6 +207,9 @@
&:first-child
font-weight bold
> i
margin-right 4px
&:after
content ""
display block
......@@ -234,7 +237,7 @@
<mk-server-home-widget-memory>
<mk-server-home-widget-pie ref="pie"/>
<div>
<p>Memory</p>
<p><i class="fa fa-flask"></i>Memory</p>
<p>Total: { bytesToSize(total) }</p>
<p>Used: { bytesToSize(used) }</p>
<p>Free: { bytesToSize(free) }</p>
......@@ -261,6 +264,9 @@
&:first-child
font-weight bold
> i
margin-right 4px
&:after
content ""
display block
......@@ -297,7 +303,7 @@
<mk-server-home-widget-disk>
<mk-server-home-widget-pie ref="pie"/>
<div>
<p>Storage</p>
<p><i class="fa fa-hdd-o"></i>Storage</p>
<p>Total: { bytesToSize(total) }</p>
<p>Available: { bytesToSize(available) }</p>
<p>Used: { bytesToSize(used) }</p>
......@@ -324,6 +330,9 @@
&:first-child
font-weight bold
> i
margin-right 4px
&:after
content ""
display block
......@@ -361,7 +370,7 @@
<mk-server-home-widget-info>
<p>Maintainer: <b>{ meta.maintainer }</b></p>
<p>Machine: { meta.machine }</p>
<p>Node: { meta.node.version } { meta.node.release }</p>
<p>Node: { meta.node.version }</p>
<style>
:scope
display block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment