summaryrefslogtreecommitdiff
path: root/core/views
diff options
context:
space:
mode:
Diffstat (limited to 'core/views')
-rw-r--r--core/views/admin_block_platform.html.php3
1 files changed, 3 insertions, 0 deletions
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 @@
<li>
<?= t("MySQL: %mysql_version", array("mysql_version" => Database::instance()->query("SELECT version() as v")->current()->v)) ?>
</li>
+ <li>
+ <?= t("Server load: %load_average", array("load_average" => $load_average)) ?>
+ </li>
</ul>