Skip to content

Commit

Permalink
fix elastic#7125 - disable angular debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Oct 3, 2016
1 parent a23cd39 commit ffe6949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export default async (kbnServer, server, config) => {
buildSha: config.get('pkg.buildSha'),
basePath: config.get('server.basePath'),
serverName: config.get('server.name'),
devMode: config.get('env.dev'),
uiSettings: {
defaults: await server.uiSettings().getDefaults(),
user: {}
Expand Down

0 comments on commit ffe6949

Please sign in to comment.