Sha256: 14d34f7aab2900d99c3cd0a6a17952a2b23268b1a1069306e7d92ea43a602ca8
Contents?: true
Size: 1.33 KB
Versions: 25
Compression:
Stored size: 1.33 KB
Contents
<div class="settings-page"> {{link-to "Home" "index"}} <div class="settings-header"> <h1 class="header-title">Settings</h1> <img class="header-logo" src={{logster-url "images/icon_144x144.png"}}> </div> <div class="settings-section suppression-patterns"> <h2 class="section-title">Suppression Patterns</h2> <div>New messages that match these Regular Expression patterns will be suppressed. Checking Apply retroactively will remove all existing messages that match the patterns.</div> {{#if showCodedSuppression}} <h3 class="subsection-title">Hard-coded patterns:</h3> <div class="tip">These patterns can't be removed via the UI because they are commited to the source code of your app.</div> {{patterns-list patterns=codedSuppression mutable=false}} {{/if}} <h3 class="subsection-title">Custom patterns:</h3> {{patterns-list patterns=customSuppression key="suppression" applyRetroactivelyCheckbox=true mutable=true}} </div> <div class="settings-section grouping-patterns"> <h2 class="section-title">Grouping Patterns</h2> <div>Add a Regular Expression pattern to group all new and existing messages into a single row when viewing the logs.</div> {{patterns-list patterns=grouping key="grouping" mutable=true}} </div> </div>
Version data entries
25 entries across 25 versions & 1 rubygems