We just upgraded to Log Server 2.0.1 and ran into a couple of bugs related to dashboards:
1. Javascript errors are thrown when trying to add a panel to a dashboard using the (+) Add Panel. The following error is triggered when I hit save:
Code: Select all
app.js?ver=2.0.0-3.1.1-nagios-5:11 TypeError: f.get_data is not a function
at Object.f.editSave (app.js?ver=2.0.0-3.1.1-nagios-5:26)
at app.js?ver=2.0.0-3.1.1-nagios-5:12
at app.js?ver=2.0.0-3.1.1-nagios-5:12
at app.js?ver=2.0.0-3.1.1-nagios-5:13
at Object.$eval (app.js?ver=2.0.0-3.1.1-nagios-5:12)
at Object.$apply (app.js?ver=2.0.0-3.1.1-nagios-5:12)
at HTMLButtonElement.<anonymous> (app.js?ver=2.0.0-3.1.1-nagios-5:13)
at HTMLButtonElement.dispatch (app.js?ver=2.0.0-3.1.1-nagios-5:8)
at HTMLButtonElement.q.handle (app.js?ver=2.0.0-3.1.1-nagios-5:8)
To verify that these issues weren't caused by a bad upgrade, I downloaded the VMware image to test with. It shows the same issues. I've tested this with both Chrome and IE, and both are showing these symtoms.
Best regards