Sha256: 9622c1d29e964952edc78331e6019b51c72d630efdb7d1f5a385041f3e47b6c9

Contents?: true

Size: 1.62 KB

Versions: 20

Compression:

Stored size: 1.62 KB

Contents

<div id='top-panel'>
  <table id='log-table'>
    <thead>
      <tr>
        <th class="count"></th>
        <th class="severity"></th>
        <th class="info"></th>
        <th class="protected"></th>
        <th class="time"></th>
      </tr>
    </thead>
    <tbody>
    {{#if model.moreBefore}}
      <tr {{action "showMoreBefore"}} class="show-more">
        <td colspan=5>select to see {{model.totalBefore}} more</td>
      </tr>
    {{/if}}
    {{#each model.messages as |message|}}
      {{message-row model=message selectedMessage="selectMessage"}}
    {{/each}}
    </tbody>
  </table>
</div>
{{panel-resizer}}
<div id="bottom-panel">
  {{message-info currentMessage=currentMessage removeMessage="removeMessage" solveMessage="solveMessage"}}

  <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}}
      <i class='fa fa-exclamation-circle warning'></i>
      Warning
    </label>
    <label class="error">
      {{input type="checkbox" checked=showErr}}
      <i class='fa fa-times-circle error'></i>
      Error
    </label>
    <label class="fatal">
      {{input type="checkbox" checked=showFatal}}
      <i class='fa fa-times-circle fatal'></i>
      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-times'></i> Clear logs</a>
  </div>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
logster-1.2.11 assets/javascript/templates/index.hbs
logster-1.2.9 assets/javascript/templates/index.hbs
logster-1.2.8 assets/javascript/templates/index.hbs
logster-1.2.7 assets/javascript/templates/index.hbs
logster-1.2.6 assets/javascript/templates/index.hbs
logster-1.2.5 assets/javascript/templates/index.hbs
logster-1.2.4 assets/javascript/templates/index.hbs
logster-1.2.3 assets/javascript/templates/index.hbs
logster-1.2.2 assets/javascript/templates/index.hbs
logster-1.2.1 assets/javascript/templates/index.hbs
logster-1.2.0 assets/javascript/templates/index.hbs
logster-1.1.1 assets/javascript/templates/index.hbs
logster-1.0.1 assets/javascript/templates/index.hbs
logster-1.0.0.3.pre assets/javascript/templates/index.hbs
logster-1.0.0.2.pre assets/javascript/templates/index.hbs
logster-1.0.0.1.pre assets/javascript/templates/index.hbs
logster-1.0.0.0.pre assets/javascript/templates/index.hbs
logster-0.9.9 assets/javascript/templates/index.hbs
logster-0.8.4.8.pre assets/javascript/templates/index.hbs
logster-0.8.4.7.pre assets/javascript/templates/index.hbs