Fixed config.timefield references

This commit is contained in:
Rashid Khan
2013-02-22 13:55:46 -07:00
parent ce5273b7df
commit 632b2abba7
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ angular.module('kibana.sort', [])
// Set and populate defaults
var _d = {
label : "Sort",
sort : [config.timefield,'desc'],
sort : ['_score','desc'],
group : "default"
}
_.defaults($scope.panel,_d);