Skip to content

Commit

Permalink
节点在线页,增加项目和产品显示
Browse files Browse the repository at this point in the history
  • Loading branch information
nnhy committed Jul 13, 2024
1 parent a270c23 commit 624ec99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static NodeOnlineController()

var list = ListFields;
list.Clear();
var allows = new[] { "ID", "Name", "Category", "CityName", "PingCount", "WebSocket", "Version", "OSKind", "IP", "AvailableMemory", "MemoryUsed", "AvailableFreeSpace", "SpaceUsed", "CpuRate", "ProcessCount", __.Signal, "UplinkSpeed", "DownlinkSpeed", "LocalTime", "CreateTime", "CreateIP", "UpdateTime" };
var allows = new[] { "ID", "ProjectName", "Name", "Category", "ProductCode", "CityName", "PingCount", "WebSocket", "Version", "OSKind", "IP", "AvailableMemory", "MemoryUsed", "AvailableFreeSpace", "SpaceUsed", "CpuRate", "ProcessCount", __.Signal, "UplinkSpeed", "DownlinkSpeed", "LocalTime", "CreateTime", "CreateIP", "UpdateTime" };
foreach (var item in allows)
{
list.AddListField(item);
Expand Down

0 comments on commit 624ec99

Please sign in to comment.