ui: can't check if notes/output on run loop

This commit is contained in:
Jack Pearkes 2014-06-04 13:18:39 -04:00
parent 091ec0f680
commit f085e15af2
1 changed files with 1 additions and 10 deletions

View File

@ -442,18 +442,9 @@
<div class="panel-body">
<h5>Notes</h5>
{{#if check.Notes}}
<p>{{ check.Notes }}</p>
{{else}}
<p>No notes</p>
{{/if}}
<h5>Output</h5>
{{#if check.Output }}
<pre>{{check.Output}}</pre>
{{else}}
<pre>No output</pre>
{{/if}}
</div>
<pre>{{check.output}}</pre>
</div>
{{/each}}