mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
边缘节点详情中包含主程序位置
This commit is contained in:
@@ -321,6 +321,7 @@ func (this *DetailAction) RunGet(params struct {
|
||||
"load15m": numberutils.FormatFloat2(status.Load15m),
|
||||
"cacheTotalDiskSize": numberutils.FormatBytes(status.CacheTotalDiskSize),
|
||||
"cacheTotalMemorySize": numberutils.FormatBytes(status.CacheTotalMemorySize),
|
||||
"exePath": status.ExePath,
|
||||
},
|
||||
|
||||
"group": groupMap,
|
||||
|
||||
Reference in New Issue
Block a user