Conversation
|
Thanks for the PR, Alvaro. I do have a few change requests. Please rebase and cleanup the PR, like set the correct author and get rid of the merge message.
See https://docs.bareos.org/DeveloperGuide/gitworkflow.html?#git-workflow for some general information about our git workflow. |
|
Hello Alvaro, will you implement the proposed changes? We would like to merge the PR soon. If there is currently no time available at yours, please give us a short feedback, then we will take care of the changes to the PR ourselves and merge them afterwards. Regards, |
5ec8742 to
9928cd6
Compare
Signed-off-by: Alvaro Flaño <tikoflano@gmail.com>
9928cd6 to
d188c6b
Compare
|
OK. I had some troubles understanding correctly how to rebase my commits. Is this ok now? |
|
Looking good and can be merged. Thank you. |
This improves the JobLog message formating, as described in a24e244.
This benefits AFAIK Consolidation, Migration and Copy Jobs, and those type of Jobs didn't have the details button so I added it. I modified the code that selects what buttons to show depending on the Job status and type so every job have at least the details button. It doesn't make sense to me to have a row without taht button at least.
This change makes it very simple and obvious the way to keep adding formatting rules when needed.