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
bd470abc
Commit
bd470abc
authored
Feb 03, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fontend styles updated
parent
68a6a1bc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
grafana
+1
-1
pkg/api/index.go
+4
-0
No files found.
grafana
@
dfef4727
Subproject commit
7fef460fa2b6034429b205dc63d9b9f298f43fb4
Subproject commit
dfef4727b689d408b86d75c575646705bac79496
pkg/api/index.go
View file @
bd470abc
...
...
@@ -23,6 +23,10 @@ func setIndexViewData(c *middleware.Context) error {
IsGrafanaAdmin
:
c
.
IsGrafanaAdmin
,
}
if
len
(
currentUser
.
Name
)
==
0
{
currentUser
.
Name
=
currentUser
.
Login
}
c
.
Data
[
"User"
]
=
currentUser
c
.
Data
[
"Settings"
]
=
settings
c
.
Data
[
"AppUrl"
]
=
setting
.
AppUrl
...
...
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