Sha256: 64c0dc3c5c58cb4d4a744342474bd7e6b65e13e9ab5aaad32f025a37dfb0ffdd

Contents?: true

Size: 1.5 KB

Versions: 4

Compression:

Stored size: 1.5 KB

Contents

<div id="content">
  <div class="d-flex align-items-center justify-content-center vh-100">

    <div class="error-message text-center">
      <h1 class="display-1 fw-bold">Pro feature</h1>

      <p class="fs-3 md-5">
        <span class="text-danger">
          Oops!
        </span>
        This Web UI feature is available only to
        <a href="karafka.io/#become-pro" target="_blank">Pro</a>
        users.
      </p>

      <div class="lead">
        <p class="mb-5">
          Open Source software is great, but it is only sometimes sustainable, especially for projects with high-quality expectations.

          Please help us make the Karafka ecosystem better by subscribing to our
          <a target="_blank" href="https://karafka.io/#become-pro">Pro</a>
          offering.
        </p>

        <p>
          Karafka Pro includes:
        </p>

        <ul class="mb-5 text-start">
          <li>Enhanced Web UI with all the features</li>
          <li>Topics data explorer</li>
          <li>Enhanced metrics reporting</li>
          <li>High throughput data processing-related features</li>
          <li>At Rest Encryption</li>
          <li>Commercial-friendly license</li>
          <li>Priority support</li>
          <li>Architecture consultations</li>
        </ul>

        <p>
          <a href="<%= root_path %>" class="btn btn-primary">Go Home</a>
          <a href="https://karafka.io/#become-pro" class="btn btn-success" target="_blank">Become Pro!</a>
        </p>
      </div>
    </div>

  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
karafka-web-0.6.3 lib/karafka/web/ui/views/shared/exceptions/pro_only.erb
karafka-web-0.6.2 lib/karafka/web/ui/views/shared/exceptions/pro_only.erb
karafka-web-0.6.1 lib/karafka/web/ui/views/shared/exceptions/pro_only.erb
karafka-web-0.6.0 lib/karafka/web/ui/views/shared/exceptions/pro_only.erb