Skip to content

Commit

Permalink
Update quesma/quesma/ui/live_tail_drilldown.go
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Kiewicz <[email protected]>
  • Loading branch information
jakozaur and trzysiek authored May 8, 2024
1 parent 7517872 commit 5a1876e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quesma/quesma/ui/live_tail_drilldown.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (qmc *QuesmaManagementConsole) generateReportForRequestId(requestId string)
buffer.Html(`<div class="quesma-response">` + "\n")
if len(request.QueryDebugSecondarySource.QueryTranslatedResults) > 0 {
tookStr := fmt.Sprintf(" took %d ms:", request.SecondaryTook.Milliseconds())
buffer.Html("<p class=\"title\">Quesma response").Text(tookStr).Html(":</p>\n")
buffer.Html("<p class=\"title\">Quesma response").Text(tookStr).Html("</p>\n")
buffer.Html(`<pre>`)
buffer.Text(string(request.QueryDebugSecondarySource.QueryTranslatedResults))
buffer.Html("\n</pre>")
Expand Down

0 comments on commit 5a1876e

Please sign in to comment.