mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
RRD Graph optimization (#12735)
* RRD Graph optimization Do not use temporary files to generate graphs Don't start up a process to pipe commands to, just run the command Error image improvements * fix style issues
This commit is contained in:
@@ -92,8 +92,8 @@ if (! $auth) {
|
||||
$link_array['page'] = 'graphs';
|
||||
$link = \LibreNMS\Util\Url::generate($link_array);
|
||||
|
||||
echo '<td align=center>';
|
||||
echo '<b>' . $text . '</b><br>';
|
||||
echo '<td style="text-align: center;">';
|
||||
echo '<b>' . $text . '</b>';
|
||||
echo '<a href="' . $link . '">';
|
||||
echo \LibreNMS\Util\Url::lazyGraphTag($graph_array);
|
||||
echo '</a>';
|
||||
|
Reference in New Issue
Block a user