aboutsummaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/management
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-08 15:15:13 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-08 15:15:18 +0800
commitad5450efb78c3140cae0a56c29c8a2506cd41a0f (patch)
treed115394d5dc3b7ae02e35a9d958509f0b62e07fe /usecaseui-portal/src/app/management
parenta6365f7559fb6583c54541ac5c2b2dcc0f53af43 (diff)
User and service type management interface
Change-Id: I82cd0af64f87bd8f49a5a40d13130bca110491e1 Issue-ID: USECASEUI-212 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/management')
-rw-r--r--usecaseui-portal/src/app/management/management.component.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/usecaseui-portal/src/app/management/management.component.html b/usecaseui-portal/src/app/management/management.component.html
index 52a261b9..94361a57 100644
--- a/usecaseui-portal/src/app/management/management.component.html
+++ b/usecaseui-portal/src/app/management/management.component.html
@@ -16,14 +16,14 @@
<div class="content" style="padding: 20px 20px;height: 100vh">
<div class="management" *ngIf="nocuster" >
<div class="title">
- <p>Create initial customer</p>
- <span>Customer has not been created in ONAP </span>
- <span>please create customer and its service type</span>
+ <p> {{"i18nTextDefine_Create_initial_customer" | translate}} </p>
+ <span> {{"i18nTextDefine_Customer_not_in_ONAP" | translate}} </span>
+ <span> {{"i18nTextDefine_createCustomer&serviceType" | translate}} </span>
<img src="../../assets/images/customer01.png" alt="">
- <input nz-input placeholder="input customer name" nzSize="large" style="height: 50px" [(ngModel)]="firstCustomer">
+ <input nz-input placeholder=" {{'i18nTextDefine_input_customerName' | translate}} " nzSize="large" style="height: 50px" [(ngModel)]="firstCustomer">
<div class="action">
- <button nz-button nzType="primary" class="cancel" (click) = "clearCustomerInput()">Cancel</button>
- <button nz-button nzType="primary" class="add" (click) = "createNewCustomer(firstCustomer)">Add</button>
+ <button nz-button nzType="primary" class="cancel" (click) = "clearCustomerInput()"> {{"i18nTextDefine_Cancel" | translate}} </button>
+ <button nz-button nzType="primary" class="add" (click) = "createNewCustomer(firstCustomer)"> {{"i18nTextDefine_Add" | translate}} </button>
</div>
</div>
<div class="image">