Sha256: f0ecdca7ecad85c13ade5578b864b03143ca8a40082893b6d90319a7f1d17528

Contents?: true

Size: 1.24 KB

Versions: 1

Compression:

Stored size: 1.24 KB

Contents

<div id='top-panel'>
  <table id='log-table'>
    <thead>
      <tr>
        <th class="severity"></th>
        <th class="info">Info</th>
        <th class="time">Time</th>
      </tr>
    </thead>
    <tbody>
    {{#if model.moreBefore}}
      <tr {{action showMoreBefore}} class="show-more">
        <td colspan=4>{{model.totalBefore}} more</td>
      </tr>
    {{/if}}
    {{each model.messages itemViewClass="App.MessageView"}}
    </tbody>
  </table>
</div>
<div id="divider"></div>
<div id="bottom-panel">
  {{message-info currentMessage=currentMessage}}

  <div class="action-panel">
    <label class="debug">
      {{input type="checkbox" checked=showDebug}}
      Debug
    </label>
    <label class="info">
      {{input type="checkbox" checked=showInfo}}
      Info
    </label>
    <label class="warn">
      {{input type="checkbox" checked=showWarn}}
      Warning
    </label>
    <label class="error">
      {{input type="checkbox" checked=showErr}}
      Error
    </label>
    <label class="fatal">
      {{input type="checkbox" checked=showFatal}}
      Fatal
    </label>
    <label class="search">
      {{input type="textfield" placeholder="Search" value=search}}
    </label>
    <a class="clear" href {{action clear}}>Clear logs</a>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logster-0.0.13 assets/javascript/templates/index.handlebars