summaryrefslogtreecommitdiffstats
path: root/reporting/pages/app/scripts/controllers/gating.controller.js
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/pages/app/scripts/controllers/gating.controller.js')
-rw-r--r--reporting/pages/app/scripts/controllers/gating.controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/pages/app/scripts/controllers/gating.controller.js b/reporting/pages/app/scripts/controllers/gating.controller.js
index 329f8e0..52b381d 100644
--- a/reporting/pages/app/scripts/controllers/gating.controller.js
+++ b/reporting/pages/app/scripts/controllers/gating.controller.js
@@ -12,7 +12,7 @@ angular.module('opnfvApp')
$scope.scenarios = {};
$scope.scenarioList = _toSelectList(['all']);
- $scope.versionList = _toSelectList(['master', 'euphrates', 'fraser']);
+ $scope.versionList = _toSelectList(['master', 'fraser', 'gambia']);
$scope.installerList = _toSelectList(['all', 'apex', 'compass', 'daisy', 'fuel', 'joid']);
$scope.iterationList = _toSelectList([10, 20, 30]);