mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webui: Removed unwanted panel graph header (#8304)
* New event log severity model
* Revert "New event log severity model"
This reverts commit 0783527af8
.
* Removed Wrong Graph Header
* Removed the route end()
This commit is contained in:
committed by
Neil Lathwood
parent
89d24f25a5
commit
99b6dff73e
@@ -71,7 +71,6 @@ if (!$auth) {
|
||||
|
||||
print_optionbar_end();
|
||||
|
||||
print_optionbar_start();
|
||||
|
||||
$thumb_array = $config['graphs']['row']['normal'];
|
||||
|
||||
@@ -147,8 +146,6 @@ if (!$auth) {
|
||||
}
|
||||
echo('</center>');
|
||||
|
||||
print_optionbar_end();
|
||||
|
||||
echo generate_graph_js_state($graph_array);
|
||||
|
||||
echo('<div style="width: '.$graph_array['width'].'; margin: auto;"><center>');
|
||||
|
Reference in New Issue
Block a user