From f1168a9fad8244d9a4ae5f21efb48bb9c14a2a4c Mon Sep 17 00:00:00 2001 From: liuwh7 Date: Fri, 22 Oct 2021 15:21:16 +0800 Subject: feat: modify intent based service Signed-off-by: liuwh7 Change-Id: I8efc89b26a1d51eddfdfdab53c3ad6e2136e1440 Issue-ID: USECASEUI-605 --- .../src/app/views/onboard-vnf-vm/onboard-vnf-vm.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usecaseui-portal/src/app/views/onboard-vnf-vm') 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 @@ {{item.size}} {{item.createTime}} {{item.active ? 'Active' : 'Inactive'}} - {{item.type || '--'}} + {{item.modelType || '--'}}