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

[Client] Fix bug

parent d9c9a7f2
No related merge requests found
......@@ -401,8 +401,8 @@
<mk-server-home-widget-uptimes>
<p>Uptimes</p>
<p>Process: { process.toFixed(0) }s</p>
<p>OS: { os.toFixed(0) }s</p>
<p>Process: { process ? process.toFixed(0) : '---' }s</p>
<p>OS: { os ? os.toFixed(0) : '---' }s</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