Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
more compact output
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapinkas committed Jun 24, 2015
1 parent 90f195a commit 89f75e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/admin/checks.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@
<h:panelGroup styleClass="fa fa-question-circle" rendered="#{checkResultsController.lastResults[check.id].success eq null}"></h:panelGroup>
<br />
<h:outputText value="#{checkResultsController.lastResults[check.id].dateInterval}" />
<br />
<h:panelGroup styleClass="content" rendered="#{checkResultsController.lastResults[check.id].success eq false}">
<br />
error message:
<h:outputText value="#{checkResultsController.lastResults[check.id].result}" escape="false" />
</h:panelGroup>
Expand Down

0 comments on commit 89f75e1

Please sign in to comment.