assets/javascript/templates/index.hbs in logster-0.8.4.5.pre vs assets/javascript/templates/index.hbs in logster-0.8.4.6.pre
- old
+ new
@@ -2,19 +2,19 @@
<table id='log-table'>
<thead>
<tr>
<th class="count"></th>
<th class="severity"></th>
- <th class="info">Info</th>
+ <th class="info"></th>
<th class="protected"></th>
- <th class="time">Time</th>
+ <th class="time"></th>
</tr>
</thead>
<tbody>
{{#if model.moreBefore}}
<tr {{action "showMoreBefore"}} class="show-more">
- <td colspan=5>{{model.totalBefore}} more</td>
+ <td colspan=5>select to see {{model.totalBefore}} more</td>
</tr>
{{/if}}
{{#each model.messages as |message|}}
{{message-row model=message selectedMessage="selectMessage"}}
{{/each}}
@@ -50,8 +50,8 @@
Fatal
</label>
<label class="search">
{{input type="textfield" placeholder="Search" value=search}}
</label>
- <a class="clear btn danger" href {{action "clear"}}><i class='fa fa-trash-o'></i> Clear logs</a>
+ <a class="clear btn danger" href {{action "clear"}}><i class='fa fa-times'></i> Clear logs</a>
</div>
</div>