mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix missing background on progress-bar for 95th bills (#10443)
This commit is contained in:
@@ -187,6 +187,7 @@ if ($vars['view'] == 'edit' && LegacyAuth::user()->hasGlobalAdmin()) {
|
||||
$cdr = $bill_data['bill_cdr'];
|
||||
$rate_95th = round($rate_95th, 2);
|
||||
$percent = round((($rate_95th) / $cdr * 100), 2);
|
||||
$background = get_percentage_colours($percent);
|
||||
$type = '&95th=yes';
|
||||
?>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user