diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-02 16:45:02 -0700 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-18 11:10:02 -0700 |
commit | d9a312a151e8025141d3b9d08f111e4950a0ff3f (patch) | |
tree | 99667047021817a8504691234115cf1b93dfde1b /reporting/pages/app/scripts | |
parent | 27830b0d5e7601612069b65e69f79292ab849f7a (diff) |
Create Gambia Testresults Pages
This change add the Gambia page to the testresults dashboard.
JIRA: RELENG-412
Change-Id: Id1ee651b9f3658adeff342c39e030dc248bf6747
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'reporting/pages/app/scripts')
-rw-r--r-- | reporting/pages/app/scripts/controllers/gating.controller.js | 2 |
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]); |