Sha256: 741c987584a819fe729412844c1affaa2177472b6bbe7b4b36088bb1dae5d285
Contents?: true
Size: 1.6 KB
Versions: 6
Compression:
Stored size: 1.6 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"> <div class="message-info"> {{#tabbed-section}} {{#tab-contents name="info" hint="show info"}}<pre>{{currentMessage.message}}</pre>{{/tab-contents}} {{#tab-contents name="backtrace" hint="show backtrace"}}<pre>{{currentMessage.backtrace}}</pre>{{/tab-contents}} {{#if currentMessage.env}} {{#tab-contents name="env" hint="show environment"}}<pre>{{currentMessage.envDebug}}</pre>{{/tab-contents}} {{/if}} {{/tabbed-section}} </div> <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
6 entries across 6 versions & 1 rubygems