Skip to content
Snippets Groups Projects
Commit 6af6084b authored by syuilo's avatar syuilo
Browse files

[Client] Improve server home widget

parent 5b1d2ec4
No related branches found
No related tags found
No related merge requests found
......@@ -359,11 +359,19 @@
</mk-server-home-widget-disk>
<mk-server-home-widget-info>
<p>Maintainer: { meta.maintainer }</p>
<p>Maintainer: <b>{ meta.maintainer }</b></p>
<p>Machine: { meta.machine }</p>
<p>Node: { meta.node.version } { meta.node.release }</p>
<style>
:scope
display block
padding 10px
> p
margin 0
font-size 12px
color #505050
</style>
<script>
this.meta = this.opts.meta;
......
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