Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
e3564d12
Commit
e3564d12
authored
Nov 16, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(404): fixed 404 page
parent
c980efd4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
pkg/api/api.go
+1
-0
public/app/partials/error.html
+8
-7
No files found.
pkg/api/api.go
View file @
e3564d12
...
@@ -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
)
}
}
public/app/partials/error.html
View file @
e3564d12
<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-cent
er"
>
<div
class=
"page-head
er"
>
<h3>
Page not found (404)
</h3
>
<h1
>
</div>
Page not found (404)
</h1>
<
div
class=
"span2"
><
/div>
</div>
</div>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment