Sha256: 7596e95d4deb668111ffaef72c2a450b69163f20de513e4ae3e6621ccc583d54

Contents?: true

Size: 1.19 KB

Versions: 2

Compression:

Stored size: 1.19 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=3>{{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>
  </div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
logster-0.0.12 assets/javascript/templates/index.handlebars
logster-0.0.11 assets/javascript/templates/index.handlebars