diff --git a/src/views/admin/development/info.tpl b/src/views/admin/development/info.tpl index 281631bfb2..493e16ac93 100644 --- a/src/views/admin/development/info.tpl +++ b/src/views/admin/development/info.tpl @@ -6,52 +6,52 @@
| [[admin/development/info:host]] | +[[admin/development/info:primary]] | +[[admin/development/info:nodejs]] | +[[admin/development/info:online]] | +[[admin/development/info:git]] | +[[admin/development/info:cpu-usage]] | +[[admin/development/info:process-memory]] | +[[admin/development/info:system-memory]] | +[[admin/development/info:load]] | +[[admin/development/info:uptime]] | +||||||||||
| [[admin/development/info:host]] | -[[admin/development/info:primary]] | -[[admin/development/info:nodejs]] | -[[admin/development/info:online]] | -[[admin/development/info:git]] | -[[admin/development/info:cpu-usage]] | -[[admin/development/info:process-memory]] | -[[admin/development/info:system-memory]] | -[[admin/development/info:load]] | -[[admin/development/info:uptime]] | +{info.os.hostname}:{info.process.port} | ++ {{{if info.nodebb.isPrimary}}}{{{else}}}{{{end}}} / + {{{if info.nodebb.runJobs}}}{{{else}}}{{{end}}} + | +{info.process.version} | ++ {info.stats.onlineRegisteredCount} / + {info.stats.onlineGuestCount} / + {info.stats.socketCount} / + {info.stats.connectionCount} + | +{info.git.branch}@{info.git.hashShort} | +{info.process.cpuUsage}% | ++ {info.process.memoryUsage.humanReadable} gb + | ++ {info.os.usedmem} gb / + {info.os.totalmem} gb + | +{info.os.load} | +{info.process.uptimeHumanReadable} |
| {info.os.hostname}:{info.process.port} | -- {{{if info.nodebb.isPrimary}}}{{{else}}}{{{end}}} / - {{{if info.nodebb.runJobs}}}{{{else}}}{{{end}}} - | -{info.process.version} | -- {info.stats.onlineRegisteredCount} / - {info.stats.onlineGuestCount} / - {info.stats.socketCount} / - {info.stats.connectionCount} - | -{info.git.branch}@{info.git.hashShort} | -{info.process.cpuUsage}% | -- {info.process.memoryUsage.humanReadable} gb - | -- {info.os.usedmem} gb / - {info.os.totalmem} gb - | -{info.os.load} | -{info.process.uptimeHumanReadable} | -