Selaa lähdekoodia

Reorganize menu

Gaël Métais 10 vuotta sitten
vanhempi
commit
3b94a4520c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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) {