Ver Fonte

Reorganize menu

Gaël Métais há 10 anos atrás
pai
commit
3b94a4520c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/public/scripts/resultsCtrl.js

+ 1 - 1
app/public/scripts/resultsCtrl.js

@@ -4,7 +4,7 @@ app.controller('ResultsCtrl', function ($scope) {
     // Grab results from nodeJS served page
     $scope.phantomasResults = window._phantomas_results;
 
-    $scope.view = 'summary';
+    $scope.view = 'execution';
 
     if ($scope.phantomasResults.metrics && $scope.phantomasResults.offenders && $scope.phantomasResults.offenders.javascriptExecutionTree) {