Remove unrelated change to renderApp

This commit is contained in:
Lukas Olson 2015-11-03 14:29:08 -07:00
parent 226ca9ff92
commit f4b7fa610c

View file

@ -53,12 +53,11 @@ module.exports = async (kbnServer, server, config) => {
} else {
return reply.renderStatusPage();
}
}
},
config: {auth: false}
});
server.decorate('reply', 'renderApp', function (app) {
if (_.isString(app)) app = uiExports.getApp(app) || uiExports.getHiddenApp(app);
let payload = {
app: app,
nav: uiExports.apps,