mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' into external-plugins
Conflicts: public/app/plugins/panels/table/editor.ts public/views/index.html
This commit is contained in:
@@ -15,7 +15,6 @@ function (_) {
|
||||
appSubUrl: ""
|
||||
};
|
||||
|
||||
var settings = _.extend({}, defaults, options);
|
||||
return settings;
|
||||
return _.extend({}, defaults, options);
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user