From 983dc66684999e03685a496f17ca75f81cd21ffe Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 13 May 2009 01:32:11 +0000 Subject: Display the server load average in the platform block. Fixes ticket #198. --- core/views/admin_block_platform.html.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/views') diff --git a/core/views/admin_block_platform.html.php b/core/views/admin_block_platform.html.php index 1a43c715..6b79f047 100644 --- a/core/views/admin_block_platform.html.php +++ b/core/views/admin_block_platform.html.php @@ -12,4 +12,7 @@
  • Database::instance()->query("SELECT version() as v")->current()->v)) ?>
  • +
  • + $load_average)) ?> +
  • -- cgit v1.2.3