Commit e3564d12 by Torkel Ödegaard

fix(404): fixed 404 page

parent c980efd4
...@@ -307,4 +307,5 @@ func Register(r *macaron.Macaron) { ...@@ -307,4 +307,5 @@ func Register(r *macaron.Macaron) {
InitAppPluginRoutes(r) InitAppPluginRoutes(r)
r.NotFound(NotFoundHandler)
} }
<navbar title="404" icon="fa fa-fw fa-question" title-url="/">
</navbar>
<div class="row-fluid" style="margin-top: 100px;"> <div class="page-container">
<div class="span2"></div>
<div class="grafana-info-box span8 text-center"> <div class="page-header">
<h3>Page not found (404)</h3> <h1>
</div> Page not found (404)
</h1>
<div class="span2"></div> </div>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment