Skip to content

Commit

Permalink
QA: Two missing commits
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Dec 27, 2024
1 parent c7b1b28 commit dee98cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions graph_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
include_once('./lib/graphs.php');
include_once('./lib/reports.php');
include_once('./lib/timespan_settings.php');
include_once('./lib/rrd.php');

/* set the default graph action */
set_default_graph_action();
Expand Down
4 changes: 2 additions & 2 deletions lib/html_reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -1868,7 +1868,7 @@ function display_reports_items($report_id) {
$i++;
}
} else {
print '<tr><td colspan="9"><em>' . __('No Report Items') . '</em></td></tr>';
print '<tr class="tableRow odd"><td colspan="9"><em>' . __('No Report Items') . '</em></td></tr>';
}
}

Expand Down Expand Up @@ -2119,7 +2119,7 @@ function reports() {
form_end_row();
}
} else {
print "<tr><td colspan='" . (cacti_sizeof($display_text) + 1) . "'><em>" . __('No Reports Found') . "</em></td></tr>\n";
print "<tr class='tableRow odd'><td colspan='" . (cacti_sizeof($display_text) + 1) . "'><em>" . __('No Reports Found') . "</em></td></tr>\n";
}

html_end_box(false);
Expand Down

0 comments on commit dee98cf

Please sign in to comment.