mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove $scale_min (#6137)
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$name = 'nvidia';
|
$name = 'nvidia';
|
||||||
$app_id = $app['app_id'];
|
$app_id = $app['app_id'];
|
||||||
$scale_min = 0;
|
|
||||||
$colours = 'manycolours';
|
$colours = 'manycolours';
|
||||||
$dostack = 0;
|
$dostack = 0;
|
||||||
$printtotal = 0;
|
$printtotal = 0;
|
||||||
@@ -9,7 +8,6 @@ $addarea = 1;
|
|||||||
$transparency = 15;
|
$transparency = 15;
|
||||||
$name = 'nvidia';
|
$name = 'nvidia';
|
||||||
$app_id = $app['app_id'];
|
$app_id = $app['app_id'];
|
||||||
$scale_min = 0;
|
|
||||||
|
|
||||||
$int=0;
|
$int=0;
|
||||||
$rrd_list=array();
|
$rrd_list=array();
|
||||||
|
|||||||
Reference in New Issue
Block a user