Sha256: 1862bb38765357b72afed016081e32a2076225002b1488d9f995b2de01baaf8b

Contents?: true

Size: 946 Bytes

Versions: 3

Compression:

Stored size: 946 Bytes

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.</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>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
logster-2.4.2 client-app/app/templates/settings.hbs
logster-2.4.1 client-app/app/templates/settings.hbs
logster-2.4.0 client-app/app/templates/settings.hbs