diff options
author | 2018-03-09 22:42:05 +0530 | |
---|---|---|
committer | 2018-03-09 22:42:05 +0530 | |
commit | 0326a542bfae2126e8fa087c266bee5253f05991 (patch) | |
tree | 13de448d3f59100d75e2acb26766c0e8f447ec8f /testapi/opnfv_testapi/ui/components/scenarios/modals/projectModal.html | |
parent | f3a5531761a38cf40d0469209145394b31af2088 (diff) |
Add multple customs to scenario
User can add multiple customs by giving a
comma or space sperated string
JIRA: RELENG-344
Change-Id: I8e4b37fc476f39e10321755f1e67fe3605178406
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/opnfv_testapi/ui/components/scenarios/modals/projectModal.html')
-rw-r--r-- | testapi/opnfv_testapi/ui/components/scenarios/modals/projectModal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/ui/components/scenarios/modals/projectModal.html b/testapi/opnfv_testapi/ui/components/scenarios/modals/projectModal.html index 0a14be9..171cc33 100644 --- a/testapi/opnfv_testapi/ui/components/scenarios/modals/projectModal.html +++ b/testapi/opnfv_testapi/ui/components/scenarios/modals/projectModal.html @@ -38,7 +38,7 @@ </tr> </thead> <tbody> - <tr ng-repeat-start="(index, custom) in projectModalCtrl.project.customs" style="padding:9px"> + <tr ng-repeat-start="custom in projectModalCtrl.project.customs" style="padding:9px"> <td>{{custom}}</td> </tr> <tr ng-repeat-end=> |