mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-25 05:58:29 -06:00
Improve code readability by adding line break for long message in show_execution.go
This commit is contained in:
@@ -61,7 +61,10 @@ func showExecutionButton(
|
||||
execution.Message.Valid,
|
||||
html.Tr(
|
||||
html.Th(component.SpanText("Message")),
|
||||
html.Td(component.SpanText(execution.Message.String)),
|
||||
html.Td(
|
||||
html.Class("break-all"),
|
||||
component.SpanText(execution.Message.String),
|
||||
),
|
||||
),
|
||||
),
|
||||
html.Tr(
|
||||
|
||||
Reference in New Issue
Block a user