Skip to content
New issue

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

Fixes #24502: Technical logs are not loaded when visiting the tab #5517

Conversation

ElaadF
Copy link
Member

@ElaadF ElaadF commented Mar 22, 2024

https://issues.rudder.io/issues/24502
Need to test in a real environment (not sure that the table is reloaded)

@@ -772,7 +772,12 @@ function showHideRunLogs(scrollTarget, init, refresh) {
}

function initDatePickers(id, action) {
var dateNow = new Date();
var twoHoursBefore = new Date();
twoHoursBefore.setHours(twoHoursBefore.getHours() - 2);
Copy link
Member Author

@ElaadF ElaadF Mar 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know if 2 hours window is relevant or not cc @amousset

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems perfect to me!

@clarktsiory clarktsiory self-requested a review March 25, 2024 08:50
@Normation-Quality-Assistant
Copy link
Contributor

This PR is not mergeable to upper versions.
Since it is "Ready for merge" you must merge it by yourself using the following command:
rudder-dev merge https://github.com/Normation/rudder/pull/5517
-- Your faithful QA
Kant merge: "Thoughts without content are empty, intuitions without concepts are blind."
(https://ci.normation.com/jenkins/job/merge-accepted-pr/82174/console)

@ElaadF
Copy link
Member Author

ElaadF commented Mar 25, 2024

OK, merging this PR

@ElaadF ElaadF merged commit 40a0c75 into Normation:branches/rudder/8.0 Mar 25, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants