fix(build): minor build script fix, fixes #3756

This commit is contained in:
Torkel Ödegaard 2016-01-16 19:16:49 +01:00
parent c201f4c63e
commit 0a58404584
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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({