We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cacti 1.2.4 FF rhel7 x64
The text was updated successfully, but these errors were encountered:
Temp Solution, copy a block of code lines from later:
--- lib/html_reports.php.src 2019-06-27 17:14:01.446397702 +0800 +++ lib/html_reports.php 2019-06-27 17:11:17.068254266 +0800 @@ -467,6 +467,13 @@ array(get_filter_request_var('item_id'))); } + // if a different item_type was selected, use it + if (isset_request_var('item_type')) { + if (get_filter_request_var('item_type') > 0) { + $report_item['item_type'] = get_request_var('item_type'); + } + } + if (cacti_sizeof($report_item) || $report_item['item_type'] == REPORTS_ITEM_GRAPH) { $trees = array(); $branches = array();
Sorry, something went wrong.
7382142
No branches or pull requests
cacti 1.2.4
FF
rhel7 x64
The text was updated successfully, but these errors were encountered: