mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02: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