Issue 35 - Change Notifications to Notices

This commit is contained in:
perryharlock
2013-09-25 14:50:19 +01:00
parent 2ed29319f8
commit b7b4acfa9e
6 changed files with 14 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
<th>Date</th>
<th class="text-center">Errors</th>
<th class="text-center">Warnings</th>
<th class="text-center">Notifications</th>
<th class="text-center">Notices</th>
</tr>
</thead>
<tbody>
@@ -14,7 +14,7 @@
<td data-role="category">{{date-format date format="DD MMM YYYY"}}</td>
<td class="text-center" data-label="error">{{count.error}}</td>
<td class="text-center" data-label="warning">{{count.warning}}</td>
<td class="text-center" data-label="notification">{{count.notice}}</td>
<td class="text-center" data-label="notice">{{count.notice}}</td>
</tr>
{{/results}}
</tbody>

View File

@@ -16,7 +16,7 @@
{{#lastResult}}
<li class="danger" title="Number of errors ({{count.error}})">{{count.error}}</li>
<li class="warning" title="Number of warnings ({{count.warning}})">{{count.warning}}</li>
<li class="info last" title="Number of notifications ({{count.notice}})">{{count.notice}}</li>
<li class="info last" title="Number of notices ({{count.notice}})">{{count.notice}}</li>
{{/lastResult}}
</ul>
Last run {{date-format lastResult.date format="DD MMM YYYY"}}