mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(build): minor build script fix, fixes #3756
This commit is contained in:
parent
c201f4c63e
commit
0a58404584
2
build.go
2
build.go
@ -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,
|
||||
|
@ -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: "Settings",
|
||||
text: "Preferences",
|
||||
url: this.getUrl("/org"),
|
||||
});
|
||||
this.orgMenu.push({
|
||||
|
Loading…
Reference in New Issue
Block a user