What's Changed
- Increased Pagination Limit: The default pagination limit in
root_controller.go
was increased from 10 to 100, allowing for more items to be displayed per page. - Template Functions: Added new template functions in
main.go
:formatPercentage
: Formats a float percentage to a string with comma as the decimal separator.formatInteger
: Formats an integer to a string with thousands separators.
- Footer Links: Updated the footer link in
footer.html
to point to the specific version tag in the repository. - Statistics Formatting: Modified
index.html
to use the newformatInteger
andformatPercentage
functions for displaying statistics values. - Tooltip for Execution Details: Added tooltip functionality for execution details in
index.html
, showing details only when status is a failure, improving the user interface.
Full Changelog: v1.3.0...v1.3.1