mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-13 03:15:48 +02:00
bug fix
This commit is contained in:
parent
03789ed816
commit
8251fb1a1e
3 changed files with 55 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
{{ host.os }} {{ host.kernelVersion }}
|
||||
{{ host.kernelArch }})
|
||||
</p>
|
||||
<p>
|
||||
<p v-if="cpu_info">
|
||||
<translate>CPU:</translate>
|
||||
{{ cpu_info[0]?.modelName }} * {{ cpu_info.length }}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue