Commit 1bc85266 by Torkel Ödegaard

Reverted change, default edit tab should be metrics tab

parent 0795af8d
...@@ -104,7 +104,7 @@ function (angular, _) { ...@@ -104,7 +104,7 @@ function (angular, _) {
// Post init phase // Post init phase
$scope.fullscreen = false; $scope.fullscreen = false;
$scope.editor = { index: 3 }; $scope.editor = { index: 1 };
if ($scope.panelMeta.fullEditorTabs) { if ($scope.panelMeta.fullEditorTabs) {
$scope.editorTabs = _.pluck($scope.panelMeta.fullEditorTabs, 'title'); $scope.editorTabs = _.pluck($scope.panelMeta.fullEditorTabs, 'title');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment