Commit 0a584045 by Torkel Ödegaard

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

parent c201f4c6
...@@ -238,7 +238,7 @@ func createPackage(options linuxPackageOptions) { ...@@ -238,7 +238,7 @@ func createPackage(options linuxPackageOptions) {
"-C", packageRoot, "-C", packageRoot,
"--vendor", "Grafana", "--vendor", "Grafana",
"--url", "http://grafana.org", "--url", "http://grafana.org",
"--license", "Apache 2.0", "--license", "\"Apache 2.0\"",
"--maintainer", "contact@grafana.org", "--maintainer", "contact@grafana.org",
"--config-files", options.configFilePath, "--config-files", options.configFilePath,
"--config-files", options.ldapFilePath, "--config-files", options.ldapFilePath,
......
...@@ -52,7 +52,7 @@ class SideMenuCtrl { ...@@ -52,7 +52,7 @@ class SideMenuCtrl {
if (this.contextSrv.hasRole('Admin')) { if (this.contextSrv.hasRole('Admin')) {
this.orgMenu.push({section: this.user.orgName, cssClass: 'dropdown-menu-title'}); this.orgMenu.push({section: this.user.orgName, cssClass: 'dropdown-menu-title'});
this.orgMenu.push({ this.orgMenu.push({
text: "Settings", text: "Preferences",
url: this.getUrl("/org"), url: this.getUrl("/org"),
}); });
this.orgMenu.push({ this.orgMenu.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment