diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2018-01-18 07:00:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-18 07:00:33 +0000 |
commit | 98fde9b5bd0eaf5bf5acb76dc530925a3cc19881 (patch) | |
tree | a0ad3b0ebea119f7732426951a737a80d8c33233 /testapi/opnfv_testapi/ui/components/projects/projects.html | |
parent | f82dd79721fec6d4d6e5ac8b7b27cfec689b92ea (diff) | |
parent | 86db2b6832d51f8cd4d428bc431aca9daa99c4e0 (diff) |
Merge "Design the scenario create method"
Diffstat (limited to 'testapi/opnfv_testapi/ui/components/projects/projects.html')
-rw-r--r-- | testapi/opnfv_testapi/ui/components/projects/projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/ui/components/projects/projects.html b/testapi/opnfv_testapi/ui/components/projects/projects.html index 5a3b421..b6b73d4 100644 --- a/testapi/opnfv_testapi/ui/components/projects/projects.html +++ b/testapi/opnfv_testapi/ui/components/projects/projects.html @@ -26,7 +26,7 @@ <span class="pull-right"> {{ctrl.error}}</span> <span class="glyphicon glyphicon-exclamation-sign pull-right" aria-hidden="true" >Error:</span> </div> - <div ng-show="ctrl.showCreateSuccess" class="alert alert-success" role="alert"> + <div ng-show="ctrl.showSuccess" class="alert alert-success" role="alert"> <span class="pull-right"> {{ctrl.success}}</span> <span class="glyphicon glyphicon-ok pull-right" aria-hidden="true"></span> </div> |