Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mshahzeb committed Dec 13, 2024
1 parent 7dabac0 commit 79ab22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status-panels-lib/status-panels/panels.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function(
integrationVersionInit(targets)::
text.new('Integration version')
+ text.panelOptions.withDescription('Shows the installed version of this integration.')
+ text.options.withContent(value='<p style="text-align: center">'+ integrationVersion + '</p>')
+ text.options.withContent(value='<p style="text-align: center">' + integrationVersion + '</p>')
+ text.options.withMode(value='html')
+ text.gridPos.withH(panelsHeight)
+ text.gridPos.withW(panelsWidth)
Expand Down

0 comments on commit 79ab22b

Please sign in to comment.