Sha256: c3ba7189468545d7143d3acab425af60a8d809993b2cbaf14e9861de287c2a1c
Contents?: true
Size: 1.37 KB
Versions: 17
Compression:
Stored size: 1.37 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>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>
Version data entries
17 entries across 17 versions & 1 rubygems