mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
[Client] Fix bug
This commit is contained in:
parent
7c565fe8a3
commit
ac4195b88e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue