diff --git a/includes/html/functions.inc.php b/includes/html/functions.inc.php index c13cae7bc0..4951333a66 100644 --- a/includes/html/functions.inc.php +++ b/includes/html/functions.inc.php @@ -397,7 +397,7 @@ STATE; function print_percentage_bar($width, $height, $percent, $left_text, $left_colour, $left_background, $right_text, $right_colour, $right_background) { - return \LibreNMS\Util\Html::percentageBar($width, $height, $percent, $right_text, $left_text, null, null, [ + return \LibreNMS\Util\Html::percentageBar($width, $height, $percent, $left_text, $right_text, null, null, [ 'left' => $left_background, 'left_text' => $left_colour, 'right' => $right_background,