Commit 674390df by Harald Kraemer

Fixed unsaved changes alerting about timechanges only.

parent e737b51e
......@@ -55,6 +55,8 @@ function (angular, _, config) {
var original = dashboard.original;
// ignore timespan changes
current.services.filter.time = original.services.filter.time = {};
current.refresh = original.refresh;
var currentTimepicker = _.findWhere(current.nav, { type: 'timepicker' });
......
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