Merge branch 'ent-3274-Retoque-visual-vista-SNMP-interfaces' into 'develop'

Fixed height in slicesbar graph of table interface snmp - #3274

See merge request artica/pandorafms!2144

Former-commit-id: c4e83cd7a6525aae2a567a90b3fb7d4d1ebb70bf
This commit is contained in:
Daniel Rodriguez 2019-02-06 18:56:47 +01:00
commit f098b72fe4
3 changed files with 18 additions and 18 deletions

View File

@ -3772,7 +3772,7 @@ function reporting_get_event_histogram($events, $text_header_event=false)
$graph_data,
$max_value,
100,
35,
25,
$full_legend,
$colors,
$config['fontpath'],

View File

@ -112,8 +112,8 @@
</div>
<div style='height: 10px'>
<?php
$version = '7.0NG.731';
$build = '190206';
$version = '7.0NG.731';
$build = '190206';
$banner = "v$version Build $build";
error_reporting(0);