Sha256: f5c3f2ef8f3f14a8092333e0bc979d9a2136db5efc9bf5e2983896f17d9bf77c

Contents?: true

Size: 1.45 KB

Versions: 5

Compression:

Stored size: 1.45 KB

Contents

<main>
  <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>You have visited the <a href="<%= root_path('status') %>">Status</a> page to troubleshoot any potential issues</li>
            <li>All the topics required by Karafka Web exist</li>
            <li>You have used <code>bundle exec karafka-web migrate</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>
            <a href="<%= root_path('status') %>" class="btn btn-success">Status page</a>
          </p>
        </div>
      </div>
    </div>
  </div>
</main>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
karafka-web-0.9.1 lib/karafka/web/ui/views/shared/exceptions/not_found.erb
karafka-web-0.9.0 lib/karafka/web/ui/views/shared/exceptions/not_found.erb
karafka-web-0.9.0.rc3 lib/karafka/web/ui/views/shared/exceptions/not_found.erb
karafka-web-0.9.0.rc2 lib/karafka/web/ui/views/shared/exceptions/not_found.erb
karafka-web-0.9.0.rc1 lib/karafka/web/ui/views/shared/exceptions/not_found.erb