Skip to content

Commit eaeac1c

Browse files
authored
Merge pull request #84 from AsBuiltReport/dev
v1.2.1 release
2 parents 20fdc52 + 93158f1 commit eaeac1c

File tree

4 files changed

+53
-44
lines changed

4 files changed

+53
-44
lines changed

AsBuiltReport.VMware.vSphere.Style.ps1

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@ DocumentOption -EnableSectionNumbering -PageSize A4 -DefaultFont 'Arial' -Margin
66
# Configure Heading and Font Styles
77
Style -Name 'Title' -Size 24 -Color '717074' -Align Center
88
Style -Name 'Title 2' -Size 18 -Color 'A1A0A4' -Align Center
9-
Style -Name 'Title 3' -Size 12 -Color '006A91' -Align Left
9+
Style -Name 'Title 3' -Size 12 -Color '006A91' -Align Center
1010
Style -Name 'Heading 1' -Size 16 -Color '00364D'
11-
Style -Name 'Heading 2' -Size 14 -Color '00567A'
12-
Style -Name 'Heading 3' -Size 12 -Color '00648F'
13-
Style -Name 'Heading 4' -Size 11 -Color '320047'
14-
Style -Name 'Heading 5' -Size 10 -Color '333333'
11+
Style -Name 'Heading 2' -Size 14 -Color '004B6B'
12+
Style -Name 'Heading 3' -Size 12 -Color '00567A'
13+
Style -Name 'Heading 4' -Size 11 -Color '00648F'
14+
Style -Name 'Heading 5' -Size 10 -Color '0072A3'
1515
Style -Name 'Normal' -Size 10 -Color '565656' -Default
1616
Style -Name 'Caption' -Size 10 -Color '565656' -Italic -Align Center
1717
Style -Name 'Header' -Size 10 -Color '565656' -Align Center
1818
Style -Name 'Footer' -Size 10 -Color '565656' -Align Center
19-
Style -Name 'TOC' -Size 16 -Color '00364D'
20-
Style -Name 'TableDefaultHeading' -Size 10 -Color 'FAFAFA' -BackgroundColor '00364D'
19+
Style -Name 'TOC' -Size 16 -Color '00364D'
20+
#Style -Name 'TableDefaultHeading' -Size 10 -Color '565656' -BackgroundColor 'FAFAFA' # Light Theme
21+
Style -Name 'TableDefaultHeading' -Size 10 -Color 'FAFAFA' -BackgroundColor '00364D' # Dark Theme
2122
Style -Name 'TableDefaultRow' -Size 10 -Color '565656'
2223
Style -Name 'Critical' -Size 10 -Color '565656' -BackgroundColor 'FEDDD7'
2324
Style -Name 'Warning' -Size 10 -Color '565656' -BackgroundColor 'FFF4C7'
@@ -29,7 +30,8 @@ $TableDefaultProperties = @{
2930
Id = 'TableDefault'
3031
HeaderStyle = 'TableDefaultHeading'
3132
RowStyle = 'TableDefaultRow'
32-
BorderColor = '00364D'
33+
#BorderColor = 'A6A6A6' # Light Theme
34+
BorderColor = '00364D' # Dark Theme
3335
Align = 'Left'
3436
CaptionStyle = 'Caption'
3537
CaptionLocation = 'Below'

AsBuiltReport.VMware.vSphere.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.VMware.vSphere.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.2.0'
15+
ModuleVersion = '1.2.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Desktop'

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# :arrows_counterclockwise: VMware vSphere As Built Report Changelog
22

3+
## [1.2.1] - 2020-09-29
4+
### Fixed
5+
- Fixed sort order of VMHost PCI Devices
6+
- Fixed VMHost reporting for InfoLevels 1 & 2
7+
- Fixed DSCluster reporting for InfoLevels 1 & 2
8+
9+
### Changed
10+
- Set fixed table column widths for improved formatting
11+
- Corrected section header colours in VMware default style
12+
313
## [1.2.0] - 2020-08-31
414
### Added
515
- vCenter Server advanced system settings

0 commit comments

Comments
 (0)