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:
Richard Mayhew
2018-02-27 18:47:36 +02:00
committed by Neil Lathwood
parent 89d24f25a5
commit 99b6dff73e

View File

@@ -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>');