From 7fa3fbfe8b93115c4fb81c5cf3acfcbb742316f1 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 1 Jun 2022 13:32:52 -0400 Subject: [PATCH] Format the output of getLoad to two decimal places --- web/skins/classic/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/includes/functions.php b/web/skins/classic/includes/functions.php index b475765e5..66e1dda62 100644 --- a/web/skins/classic/includes/functions.php +++ b/web/skins/classic/includes/functions.php @@ -391,7 +391,7 @@ function getSysLoadHTML() { $result .= ''.PHP_EOL; return $result;