Sha256: 9020fcdffc60b83c31c82dac1757f3b2b4fc61c45280ed9bb23ee64fe1020629

Contents?: true

Size: 1.15 KB

Versions: 4

Compression:

Stored size: 1.15 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">404</h1>

      <p class="fs-3 md-5">
        <span class="text-danger">
          Oops!
        </span>
        Page not found.
      </p>

      <div class="lead">
        <p class="mb-5">
          The page you're looking for doesn't exist.
        </p>

        <p>
          Please make sure, that:
        </p>

        <ul class="mb-5 text-start">
          <li>All the topics required by Karafka Web exist</li>
          <li>You have used <code>bundle exec karafka-web install</code> to initialize the Web UI</li>
          <li>You have a working connection with your Kafka cluster</li>
          <li>The resource you requested exists</li>
        </ul>

        <p class="mb-5">
          If you were looking for a given process or other real-time information, the state might have changed, and the information you are looking for no longer exists.
        </p>

        <p>
          <a href="<%= root_path %>" class="btn btn-primary">Go Home</a>
        </p>
      </div>
    </div>
  </div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
karafka-web-0.1.3 lib/karafka/web/ui/views/shared/exceptions/not_found.erb
karafka-web-0.1.2 lib/karafka/web/ui/views/shared/exceptions/not_found.erb
karafka-web-0.1.1 lib/karafka/web/ui/views/shared/exceptions/not_found.erb
karafka-web-0.1.0 lib/karafka/web/ui/views/shared/exceptions/not_found.erb