Merge branch 'v2.0.x'

Conflicts:
	conf/sample.ini
This commit is contained in:
Torkel Ödegaard
2015-04-29 15:59:35 +02:00
4 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ function (angular, _, kbn, moment, $) {
}
return result.data;
},function() {
$scope.appEvent('alert-error', ["Dashboard load failed", "Could not load <i>dashboards/"+file+"</i>. Please make sure it exists"]);
$scope.appEvent('alert-error', ["Dashboard load failed", "Could not load "+file+". Please make sure it exists"]);
return false;
});
};