فهرست منبع

Reverted change, default edit tab should be metrics tab

Torkel Ödegaard 11 سال پیش
والد
کامیت
1bc8526640
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/app/services/panelSrv.js

+ 1 - 1
src/app/services/panelSrv.js

@@ -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');
       }