mirror of
https://github.com/rustfs/console.git
synced 2026-09-19 01:47:44 +08:00
fix: 服务器运行时间 rustfs/s3-rustfs#307
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
<span>
|
||||
<n-badge type="success" dot />
|
||||
<span class="align-middle ms-1">
|
||||
运行时间: {{ dayjs(server.uptime*1000).format("YYYY-MM-DD HH:mm:ss") }}
|
||||
运行时间: {{ dayjs( ).subtract(server.uptime,'second').toNow() }}
|
||||
</span>
|
||||
</span>
|
||||
</n-space>
|
||||
|
||||
Reference in New Issue
Block a user