We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4909c commit 8a98e69Copy full SHA for 8a98e69
views/view-log.handlebars
@@ -13,7 +13,6 @@
13
<p>The latest events on this rssCloud server.</p>
14
</div>
15
16
- {{#if eventlog}}
17
<table class="table table-striped">
18
<thead>
19
<tr>
@@ -24,6 +23,7 @@
24
23
</tr>
25
</thead>
26
<tbody id="eventlog">
+ {{#if eventlog}}
27
{{#each eventlog}}
28
29
<td>{{eventtype}}</td>
@@ -32,9 +32,9 @@
32
<td>{{secs}}</td>
33
34
{{/each}}
35
+ {{/if}}
36
</tbody>
37
</table>
- {{/if}}
38
39
<div id="headers">
40
{{#if eventlog}}
0 commit comments