From 828667d84d75effc4cc523513aa00ba1305e0a0b Mon Sep 17 00:00:00 2001 From: Stephanie Buser Date: Wed, 11 Jan 2023 08:01:41 -0800 Subject: [PATCH] Fix for #4, #5, #6, #9 (#8), #10 * Update grid_benchmark_jobs.php Resolved #4, #5. * Update grid_functions.php Resolved #6. * Update grid_benchmark_jobs.php * Update grid_manage_hosts.php Issue #9 * Update ss_grid_jobs.php, ss_grid_slot_ut.php, ss_grid_effectiveut.php, ss_grid_lssched_bcs.php * Update patch that disables the query cache for the Cacti Data Collectors - #10 Signed-off-by: Stephanie Buser --- .../plugins/benchmark/grid_benchmark_jobs.php | 130 ++++---- cacti/plugins/grid/grid_manage_hosts.php | 287 ++++++++++-------- cacti/plugins/grid/lib/grid_functions.php | 7 +- cacti/scripts/ss_grid_effectiveut.php | 4 +- cacti/scripts/ss_grid_jobs.php | 12 +- cacti/scripts/ss_grid_lssched_bcs.php | 28 +- cacti/scripts/ss_grid_slot_ut.php | 6 +- 7 files changed, 270 insertions(+), 204 deletions(-) diff --git a/cacti/plugins/benchmark/grid_benchmark_jobs.php b/cacti/plugins/benchmark/grid_benchmark_jobs.php index 997a392e..aa9ff343 100644 --- a/cacti/plugins/benchmark/grid_benchmark_jobs.php +++ b/cacti/plugins/benchmark/grid_benchmark_jobs.php @@ -1,5 +1,5 @@ - ' title=''> - - - ' title=''> + + ' title=''> + ' title=''> + @@ -479,7 +480,7 @@ function stopRKey(evt) { '> - ' class='calendar fa fa-calendar' id='startDate'> + ' class='calendar fa fa-calendar' id='startDate'> - + '> - ' class='calendar fa fa-calendar' id='endDate'> + ' class='calendar fa fa-calendar' id='endDate'> - ' id='move_left' class='shiftArrow fa fa-backward'> + ' id='move_left' class='shiftArrow fa fa-backward'> - '> - ' id='move_right' class='shiftArrow fa fa-forward'> + ' id='move_right' class='shiftArrow fa fa-forward'> @@ -560,7 +561,7 @@ function view_benchmark_jobs() { global $title, $report, $grid_search_types, $grid_rows_selector, $grid_refresh_interval, $minimum_user_refresh_intervals, $config, $benchmark_actions; global $timespans, $grid_timespans, $timeshifts, $grid_timeshifts, $grid_weekdays, $timespan; - echo "
\n"; + print "
\n"; ?> +