Commit 0a584045 by Torkel Ödegaard

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

parent c201f4c6
......@@ -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({
......
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