From ff6a0a2907a83c8057610195f0860f6ef4e6aa1c Mon Sep 17 00:00:00 2001 From: cyuamber Date: Mon, 30 Sep 2019 13:06:54 +0800 Subject: feat: adjust the file structure of the customer component Change-Id: I1290380f894e8c38b90f9e6829aaac5e96d67194 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- .../components/customer/customer.component.html | 138 --------------------- 1 file changed, 138 deletions(-) delete mode 100644 usecaseui-portal/src/app/shared/components/customer/customer.component.html (limited to 'usecaseui-portal/src/app/shared/components/customer/customer.component.html') diff --git a/usecaseui-portal/src/app/shared/components/customer/customer.component.html b/usecaseui-portal/src/app/shared/components/customer/customer.component.html deleted file mode 100644 index 4f532f8f..00000000 --- a/usecaseui-portal/src/app/shared/components/customer/customer.component.html +++ /dev/null @@ -1,138 +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