mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-02 01:28:13 -05:00
Merge pull request #57 from ilay1678/master
修复详情面板透明的bug Co-authored-by: ilay1678 <7021399+ilay1678@users.noreply.github.com>
This commit is contained in:
commit
2b717391a4
@ -22,7 +22,6 @@
|
||||
+
|
||||
(server.live?'':' [已离线]')#@
|
||||
<i class="yellow info circle icon"></i>
|
||||
<div class="ui divider" style="margin-bottom: 5px"></div>
|
||||
<div class='ui content popup' style="margin-bottom: 0">
|
||||
系统:@#server.Host.Platform#@-@#server.Host.PlatformVersion#@ [<span
|
||||
v-if='server.Host.Virtualization'>@#server.Host.Virtualization#@:</span>@#server.Host.Arch#@]<br>
|
||||
@ -36,6 +35,7 @@
|
||||
启动:@# formatTimestamp(server.Host.BootTime) #@<br>
|
||||
版本:@#server.Host.Version#@<br>
|
||||
</div>
|
||||
<div class="ui divider" style="margin-bottom: 5px"></div>
|
||||
</div>
|
||||
<div class="description">
|
||||
<div class="ui grid">
|
||||
|
Loading…
Reference in New Issue
Block a user