diff options
author | liuwh7 <liuwh7@asiainfo.com> | 2021-10-22 15:21:16 +0800 |
---|---|---|
committer | liuwh7 <liuwh7@asiainfo.com> | 2021-10-22 15:22:55 +0800 |
commit | f1168a9fad8244d9a4ae5f21efb48bb9c14a2a4c (patch) | |
tree | c5fe713ec2f126645b78fece08c6585dff4a3cbb /usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.html | |
parent | 4190f0efa75b358c3e1edda1381c7a7712b72e3e (diff) |
feat: modify intent based service
Signed-off-by: liuwh7 <liuwh7@asiainfo.com>
Change-Id: I8efc89b26a1d51eddfdfdab53c3ad6e2136e1440
Issue-ID: USECASEUI-605
Diffstat (limited to 'usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.html')
-rw-r--r-- | usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.html b/usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.html index 2c7b11a5..889e705b 100644 --- a/usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.html +++ b/usecaseui-portal/src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.html @@ -151,7 +151,7 @@ <td>{{item.size}}</td> <td>{{item.createTime}}</td> <td>{{item.active ? 'Active' : 'Inactive'}}</td> - <td>{{item.type || '--'}}</td> + <td>{{item.modelType || '--'}}</td> <td> <button nz-button nzType="primary" class="buy-button" (click)="showDeleteConfirm(item.id)"> Delete |