Reverted change, default edit tab should be metrics tab

This commit is contained in:
Torkel Ödegaard
2014-08-21 09:29:56 +02:00
parent 0795af8d42
commit 1bc8526640
+1 -1
View File
@@ -104,7 +104,7 @@ function (angular, _) {
// Post init phase
$scope.fullscreen = false;
$scope.editor = { index: 3 };
$scope.editor = { index: 1 };
if ($scope.panelMeta.fullEditorTabs) {
$scope.editorTabs = _.pluck($scope.panelMeta.fullEditorTabs, 'title');
}