From d0f5347dc16b5aa9fc95eb520fbc9a1c7b672b09 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Thu, 22 Aug 2019 16:55:57 +0800 Subject: feat: change the project structure and add mock data function Change-Id: I381845bff5eb37d1fab3eba8cf1ae7838df523b7 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../components/customer/customer.component.html | 131 --------------------- 1 file changed, 131 deletions(-) delete mode 100644 usecaseui-portal/src/app/components/customer/customer.component.html (limited to 'usecaseui-portal/src/app/components/customer/customer.component.html') diff --git a/usecaseui-portal/src/app/components/customer/customer.component.html b/usecaseui-portal/src/app/components/customer/customer.component.html deleted file mode 100644 index 04975e41..00000000 --- a/usecaseui-portal/src/app/components/customer/customer.component.html +++ /dev/null @@ -1,131 +0,0 @@ - -
-
-
-

{{"i18nTextDefine_Instance_Count_of_Customer" | translate}}

- -
No Service Instances
- -
-
-

{{"i18nTextDefine_Instance_Count_of_ServiceType" | translate}}

- -
- customerName - {{this.serviceInit["customer"]}} -
-
-
-
-
-
- {{"i18nTextDefine_Customer" | translate}} - -
-
-
-
- - -
-
-
    -
  • - - {{item.name}} - -
  • -
-
-
-
-
-
-
- {{"i18nTextDefine_ServiceType" | translate}} - -
-
-
-
- - -
-
-
-
-
    -
  • - {{item.type}} - -
  • -
-
-
-
-
- - -

{{"i18nTextDefine_Input_Sure_deleteCustomer" | translate}}

-
-

{{"i18nTextDefine_CustomerName" | translate}} :

-
{{thisdeleteCustomer["name"]}}
-
-
-

{{"i18nTextDefine_CustomerID" | translate}} :

-
{{thisdeleteCustomer["id"]}}
-
-
- -

{{"i18nTextDefine_Input_Sure_deleteServiceType" | translate}}

-
-

{{"i18nTextDefine_CustomerName" | translate}} :

-
{{selectCustomer.name}}
-
-
-

{{"i18nTextDefine_CustomerID" | translate}} :

-
{{selectCustomer.id}}
-
-
-

{{"i18nTextDefine_ServiceType" | translate}} :

-
{{thisdeleteServiceType["type"]}}
-
-
- - -
-
- - {{notificationAttributes.status}} - -
- {{"i18nTextDefine_"+notificationAttributes.title | translate}}  - {{"i18nTextDefine_"+notificationAttributes.action | translate}}  {{"i18nTextDefine_"+notificationAttributes.status | translate}} -
-
-
-

{{"i18nTextDefine_"+notificationAttributes.title | translate}}:

- {{ notificationAttributes.name }} -
-
-
{{"i18nTextDefine_Close" | translate}}
-
-
-
-
\ No newline at end of file -- cgit 1.2.3-korg