fix(404): fixed 404 page

This commit is contained in:
Torkel Ödegaard 2016-11-16 17:08:49 +01:00
parent c980efd470
commit e3564d12a1
2 changed files with 9 additions and 7 deletions

View File

@ -307,4 +307,5 @@ func Register(r *macaron.Macaron) {
InitAppPluginRoutes(r)
r.NotFound(NotFoundHandler)
}

View File

@ -1,11 +1,12 @@
<navbar title="404" icon="fa fa-fw fa-question" title-url="/">
</navbar>
<div class="row-fluid" style="margin-top: 100px;">
<div class="span2"></div>
<div class="page-container">
<div class="grafana-info-box span8 text-center">
<h3>Page not found (404)</h3>
</div>
<div class="span2"></div>
<div class="page-header">
<h1>
Page not found (404)
</h1>
</div>
</div>