Skip to content

Commit

Permalink
fix: vcenter server ring topology
Browse files Browse the repository at this point in the history
- Update `Publish-vCenerHealth` to correctly link and display the vCenter Server Ring Topology Health from SoS.
- Bump to 1.1.0.1001

#91

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson committed Feb 17, 2023
1 parent 01ebdae commit fd248d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VMware.CloudFoundation.Reporting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\VMware.CloudFoundation.Reporting.psm1'

# Version number of this module.
ModuleVersion = '1.0.6.1004'
ModuleVersion = '1.1.0.1001'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
3 changes: 2 additions & 1 deletion VMware.CloudFoundation.Reporting.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1972,6 +1972,7 @@ Function Publish-VcenterHealth {
} else {
$ringTopologyHealth = $ringTopologyHealth | Sort-Object Component, Resource | ConvertTo-Html -Fragment -PreContent '<a id="vcenter-ring-topology"></a><h3>vCenter Server Ring Topology Health Status</h3>' -PostContent '<p><strong>WARNING</strong>: vCenter Server Overall Health data not found.</p>' -As Table
}
$ringTopologyHealth
} else {
$ringTopologyHealth | Sort-Object Component, Resource
}
Expand Down Expand Up @@ -9472,7 +9473,7 @@ Function Get-ClarityReportNavigation {
<label for="vcenter">vCenter Server</label>
<ul class="nav-list">
<li><a class="nav-link" href="#vcenter-overall">Overall Health</a></li>
<li><a class="nav-link" href="#vcenter-ring">Single Sign-On Health</a></li>
<li><a class="nav-link" href="#vcenter-ring-topology">Single Sign-On Health</a></li>
</ul>
</section>
<section class="nav-group collapsible">
Expand Down

0 comments on commit fd248d6

Please sign in to comment.