ui: fix missing div in healthchecks

This commit is contained in:
Jack Pearkes 2014-06-04 14:13:31 -04:00
parent 487b0dc39b
commit 7090c9b9b9

View File

@ -444,7 +444,8 @@
<h5>Notes</h5>
<p>{{ check.Notes }}</p>
<h5>Output</h5>
<pre>{{check.output}}</pre>
<pre>{{check.Output}}</pre>
</div>
</div>
{{/each}}