Compare View
Commits (2)
Changes
Showing 3 changed files Side-by-side Diff
control-panel/lib/router-main.js
... | ... | @@ -39,6 +39,7 @@ function pageRuntime(req, res, next) { |
39 | 39 | req.app.locals.cp_views_dir + '/runtime.html', |
40 | 40 | { |
41 | 41 | uptime: numeral(process.uptime()).format(), |
42 | + matrix: JSON.stringify(matrix, null, 4), | |
42 | 43 | memory_usage: JSON.stringify(process.memoryUsage(), null, 4), |
43 | 44 | os_info: JSON.stringify({ |
44 | 45 | uptime: os.uptime(), |
control-panel/views/runtime.html