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
0a584045
Commit
0a584045
authored
Jan 16, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(build): minor build script fix, fixes #3756
parent
c201f4c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
build.go
+1
-1
public/app/features/sidemenu/sidemenu.ts
+1
-1
No files found.
build.go
View file @
0a584045
...
...
@@ -238,7 +238,7 @@ func createPackage(options linuxPackageOptions) {
"-C"
,
packageRoot
,
"--vendor"
,
"Grafana"
,
"--url"
,
"http://grafana.org"
,
"--license"
,
"
Apache 2.0
"
,
"--license"
,
"
\"
Apache 2.0
\"
"
,
"--maintainer"
,
"contact@grafana.org"
,
"--config-files"
,
options
.
configFilePath
,
"--config-files"
,
options
.
ldapFilePath
,
...
...
public/app/features/sidemenu/sidemenu.ts
View file @
0a584045
...
...
@@ -52,7 +52,7 @@ class SideMenuCtrl {
if
(
this
.
contextSrv
.
hasRole
(
'Admin'
))
{
this
.
orgMenu
.
push
({
section
:
this
.
user
.
orgName
,
cssClass
:
'dropdown-menu-title'
});
this
.
orgMenu
.
push
({
text
:
"
Setting
s"
,
text
:
"
Preference
s"
,
url
:
this
.
getUrl
(
"/org"
),
});
this
.
orgMenu
.
push
({
...
...
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