mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(404): fixed 404 page
This commit is contained in:
parent
c980efd470
commit
e3564d12a1
@ -307,4 +307,5 @@ func Register(r *macaron.Macaron) {
|
||||
|
||||
InitAppPluginRoutes(r)
|
||||
|
||||
r.NotFound(NotFoundHandler)
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user