jenkinsci / pipeline-agent-build-history-plugin

Agent Build History with pipeline jobs for Jenkins
https://plugins.jenkins.io/pipeline-agent-build-history/
MIT License
2 stars 2 forks source link

improve agent history table #23

Closed mawinter69 closed 4 months ago

mawinter69 commented 4 months ago

use the same approach to have only 1 row with hidden divs instead of separate rows per node. This allows to sort the table. Make the table width auto to avoid big gaps between the columns on large screens.

Testing done

interactive testing

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [ ] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue