Merge branch 'master' into external-plugins

Conflicts:
	pkg/api/login.go
	public/app/core/routes/all.js
	public/app/core/table_model.ts
	public/app/panels/table/table_model.ts
	public/app/plugins/panels/table/editor.ts
	public/app/plugins/panels/table/table_model.ts
This commit is contained in:
Torkel Ödegaard
2015-12-14 17:28:57 +01:00
127 changed files with 3139 additions and 651 deletions

View File

@@ -141,6 +141,9 @@ define([
controller: 'PluginEditCtrl',
resolve: loadOrgBundle,
})
.when('/global-alerts', {
templateUrl: 'app/features/dashboard/partials/globalAlerts.html',
})
.otherwise({
templateUrl: 'app/partials/error.html',
controller: 'ErrorCtrl'