Sha256: efc6f332d75e0498a2fbb38eac1ad7ff07d6a220be8a90dc14f2f54e0330f999
Contents?: true
Size: 1.45 KB
Versions: 15
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 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> <a href="<%= root_path('status') %>" class="btn btn-success">Status page</a> </p> </div> </div> </div> </div> </main>
Version data entries
15 entries across 15 versions & 1 rubygems