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
da4e3784
Commit
da4e3784
authored
Feb 29, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4190 from raintank/issue4185
fix app->plugin renamin in more places
parents
bf22b4cb
35f7a71f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
pkg/api/api.go
+3
-2
public/app/features/plugins/partials/page.html
+1
-1
No files found.
pkg/api/api.go
View file @
da4e3784
...
...
@@ -43,8 +43,9 @@ func Register(r *macaron.Macaron) {
r
.
Get
(
"/admin/orgs/edit/:id"
,
reqGrafanaAdmin
,
Index
)
r
.
Get
(
"/admin/stats"
,
reqGrafanaAdmin
,
Index
)
r
.
Get
(
"/apps"
,
reqSignedIn
,
Index
)
r
.
Get
(
"/apps/edit/*"
,
reqSignedIn
,
Index
)
r
.
Get
(
"/plugins"
,
reqSignedIn
,
Index
)
r
.
Get
(
"/plugins/:id/edit"
,
reqSignedIn
,
Index
)
r
.
Get
(
"/plugins/:id/page/:page"
,
reqSignedIn
,
Index
)
r
.
Get
(
"/dashboard/*"
,
reqSignedIn
,
Index
)
r
.
Get
(
"/dashboard-solo/*"
,
reqSignedIn
,
Index
)
...
...
public/app/features/plugins/partials/page.html
View file @
da4e3784
<navbar
icon=
"icon-gf icon-gf-apps"
title=
"{{ctrl.appModel.name}}"
title-url=
"
app
s/{{ctrl.pluginId}}/edit"
>
<navbar
icon=
"icon-gf icon-gf-apps"
title=
"{{ctrl.appModel.name}}"
title-url=
"
plugin
s/{{ctrl.pluginId}}/edit"
>
</navbar>
<div
class=
"page-container"
>
...
...
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