summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-12-20 10:27:21 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-12-20 10:27:39 +0800
commit33525aee0aaa0bdbfa2e36be6a47745150f6350d (patch)
tree2bb311b464dc9e7ebf4c8704e4f89ab0c12a0b9f /usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html
parent69f6fe3f33d033ae1d43785dfd3f4b9ed8ee0588 (diff)
feat: Modified list title of dialog in task management page
Change-Id: I0b31075f8379ccebd51efa47183d0a97ab5fc3d0 Issue-ID: USECASEUI-368 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html')
-rw-r--r--usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html15
1 files changed, 12 insertions, 3 deletions
diff --git a/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html b/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html
index 9d31a336..08edd8d6 100644
--- a/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html
+++ b/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.html
@@ -2,11 +2,14 @@
class="taskmodel_list"
[nzDataSource]="checkDetail"
nzBordered
- [nzHeader]="'Configuration Audit Detail:'"
+ [nzHeader]="DetailHeader"
[nzFooter]="null"
*ngIf="taskModel !== false"
[nzRenderItem]="checkItem"
>
+ <ng-template #DetailHeader>
+ <p class="list-title">Configuration Audit Detail:</p>
+ </ng-template>
<ng-template #checkItem let-check>
<nz-list-item nz-row nzType="flex" nzJustify="start" [nzGutter]="8">
<div nz-col nzSpan="10">
@@ -37,10 +40,13 @@
class="taskmodel_list"
[nzDataSource]="businessRequirement"
nzBordered
- [nzHeader]="'Business Requirement Information:'"
+ [nzHeader]="businessItemTitle"
[nzFooter]="null"
[nzRenderItem]="businessItem"
>
+ <ng-template #businessItemTitle>
+ <p class="list-title">Business Requirement Information:</p>
+ </ng-template>
<ng-template #businessItem let-item>
<nz-list-item
nz-row
@@ -72,10 +78,13 @@
class="taskmodel_list"
[nzDataSource]="NSTinfo"
nzBordered
- [nzHeader]="'Matching NST Information:'"
+ [nzHeader]="nsiInfoTile"
[nzFooter]="null"
[nzRenderItem]="taskItem"
>
+ <ng-template #nsiInfoTile>
+ <p class="list-title">Matching NST Information:</p>
+ </ng-template>
<ng-template #taskItem let-item>
<nz-list-item nz-row nzType="flex" nzJustify="start" [nzGutter]="8">
<div nz-col nzSpan="12">