mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	边缘节点详情中包含主程序位置
This commit is contained in:
		@@ -321,6 +321,7 @@ func (this *DetailAction) RunGet(params struct {
 | 
				
			|||||||
			"load15m":              numberutils.FormatFloat2(status.Load15m),
 | 
								"load15m":              numberutils.FormatFloat2(status.Load15m),
 | 
				
			||||||
			"cacheTotalDiskSize":   numberutils.FormatBytes(status.CacheTotalDiskSize),
 | 
								"cacheTotalDiskSize":   numberutils.FormatBytes(status.CacheTotalDiskSize),
 | 
				
			||||||
			"cacheTotalMemorySize": numberutils.FormatBytes(status.CacheTotalMemorySize),
 | 
								"cacheTotalMemorySize": numberutils.FormatBytes(status.CacheTotalMemorySize),
 | 
				
			||||||
 | 
								"exePath":              status.ExePath,
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		"group":  groupMap,
 | 
							"group":  groupMap,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -206,6 +206,10 @@
 | 
				
			|||||||
                      <a :href="'/clusters/cluster/upgradeRemote?clusterId=' + clusterId" v-if="shouldUpgrade"><span class="red">发现新版本v{{newVersion}} »</span></a>
 | 
					                      <a :href="'/clusters/cluster/upgradeRemote?clusterId=' + clusterId" v-if="shouldUpgrade"><span class="red">发现新版本v{{newVersion}} »</span></a>
 | 
				
			||||||
                </td>
 | 
					                </td>
 | 
				
			||||||
            </tr>
 | 
					            </tr>
 | 
				
			||||||
 | 
					            <tr v-if="node.status.exePath != null && node.status.exePath.length > 0">
 | 
				
			||||||
 | 
					                <td>主程序位置</td>
 | 
				
			||||||
 | 
					                <td>{{node.status.exePath}}</td>
 | 
				
			||||||
 | 
					            </tr>
 | 
				
			||||||
            <tr v-if="nodeDatetime.length > 0">
 | 
					            <tr v-if="nodeDatetime.length > 0">
 | 
				
			||||||
                <td>上次更新时间</td>
 | 
					                <td>上次更新时间</td>
 | 
				
			||||||
                <td>
 | 
					                <td>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user