Skip to content

Commit c0b568a

Browse files
authored
Merge pull request #416 from VladDBA/dev
small fix for active sessions queries HTML table
2 parents fbc7942 + 4f0c397 commit c0b568a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PSBlitz.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)