File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ param(
302302
303303# ##Internal params
304304# Version
305- $Vers = " 5.10.0 "
305+ $Vers = " 5.10.1 "
306306$VersDate = " 2025-12-04"
307307$TwoMonthsFromRelease = [datetime ]::ParseExact(" $VersDate " , ' yyyy-MM-dd' , $null ).AddMonths(2 )
308308$NowDate = Get-Date
@@ -3784,7 +3784,7 @@ finally {
37843784 }
37853785 Add-QueryName $BlitzWhoAggTbl " Query" " query_text" " RunningNow"
37863786 $htmlTable = Convert-TableToHtml $BlitzWhoAggTbl - CSSClass " ActiveSessionsTab sortable" - AnchorFromHere - AnchorIDs " RunningNow" - ExclCols " query_text" , " query_plan" - DebugInfo:$DebugInfo
3787- $htmlTable1 = Convert-QueryTableToHtml $BlitzWhoAggTbl - Cols " query" , " query_text" - CSSClass " QueryTbl " - AnchorToHere - AnchorID " RunningNow" - DebugInfo:$DebugInfo
3787+ $htmlTable1 = Convert-QueryTableToHtml $BlitzWhoAggTbl - Cols " query" , " query_text" - CSSClass " query-table " - AnchorToHere - AnchorID " RunningNow" - DebugInfo:$DebugInfo
37883788
37893789 $HighestElapsedTime = $BlitzWhoAggTbl | Select-Object - ExpandProperty " elapsed_time" - First 1
37903790
You can’t perform that action at this time.
0 commit comments