Commit 23d444f
authored
Builds (#75)
* Add SQL Server Builds and Health dashboard pages
Introduces new 'Builds' and 'Health' reference pages with associated markdown, CSS, JS, and Hugo layouts. Updates the site header to include navigation links for both pages. The builds page provides a SQL Server version/build reference with filtering and export features, while the health page displays code quality metrics and test coverage for dbatools functions, including a health trend chart.
* Improve filter controls layout and styling on builds page
Refactored filter controls in builds.html to use grid layouts for better responsiveness and visual clarity. Updated builds.css with new grid styles, enhanced filter button appearance, added divider, and improved responsive behavior for various screen sizes.
* Add custom search and export controls to builds table
Replaces default DataTables search and export buttons with custom UI in builds.html. Updates CSS for new controls and hides DataTables defaults. JS now wires up custom search input and export buttons for copy, Excel, and PDF functionality.
* Improve table rendering for builds.js
Updated the render function to return raw data for filtering and sorting, ensuring correct behavior. Also adjusted target columns for rendering to exclude column 10.
* Improve DataTable UI and layout customization
Enhanced DataTable controls and pagination styling for better accessibility and visual consistency. Added custom layout wrappers in JS for clearer separation of info and pagination, and updated CSS for improved hover, focus, and disabled states, as well as dark mode support.
* Update build redirect and remove builds redirect file
Changed the build redirect target to a relative path and deleted the builds redirect file to streamline redirection handling.1 parent deff077 commit 23d444f
File tree
11 files changed
+1750
-8
lines changed- content/page
- redirect
- static
- css
- js
- themes/dbatools2025/layouts
- page
- partials
11 files changed
+1750
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
This file was deleted.
0 commit comments