mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Netscaler vsvr - fixed wrong table colspan (#10246)
This commit is contained in:
committed by
Tony Murray
parent
0807add38c
commit
90bb68f026
@@ -49,7 +49,7 @@ if (is_numeric($vars['vsvr'])) {
|
||||
foreach ($graph_types as $graph_type => $graph_text) {
|
||||
$i++;
|
||||
echo '<tr class="list-bold" bgcolor="'.$bg_colour.'">';
|
||||
echo '<td colspan="5">';
|
||||
echo '<td colspan="6">';
|
||||
$graph_type = 'netscalervsvr_'.$graph_type;
|
||||
$graph_array['height'] = '100';
|
||||
$graph_array['width'] = '213';
|
||||
@@ -171,7 +171,7 @@ if (is_numeric($vars['vsvr'])) {
|
||||
echo '</tr>';
|
||||
if ($vars['view'] == 'graphs') {
|
||||
echo '<tr class="list-bold" bgcolor="'.$bg_colour.'">';
|
||||
echo '<td colspan="5">';
|
||||
echo '<td colspan="6">';
|
||||
$graph_type = 'netscalervsvr_'.$vars['graph'];
|
||||
$graph_array['height'] = '100';
|
||||
$graph_array['width'] = '213';
|
||||
|
Reference in New Issue
Block a user