mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added option to allow absolute dimensions on graphs
This commit is contained in:
@ -103,3 +103,7 @@ else {
|
||||
}
|
||||
|
||||
$rrd_options .= ' --font-render-mode normal';
|
||||
|
||||
if (isset($_GET['absolute']) && $_GET['absolute'] == "1") {
|
||||
$rrd_options .= ' --full-size-mode';
|
||||
}
|
||||
|
Reference in New Issue
Block a user