summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/services/services-list/services-list.component.html
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-27 11:27:43 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-27 11:27:50 +0800
commit6d4c2f0f9bc8572e32927e00c289b933c46cff25 (patch)
tree67d0e735c0b3c32e9ed42476ccc3d0297eef9682 /usecaseui-portal/src/app/services/services-list/services-list.component.html
parent4fa6adb91b4a31cd26d24d834477a1fa94d2a83d (diff)
Service instance lifecycle management
Change-Id: I11ca7912bf82ba31ec3ed05390d22c803dd442e9 Issue-ID: USECASEUI-218 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/services/services-list/services-list.component.html')
-rw-r--r--usecaseui-portal/src/app/services/services-list/services-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/services/services-list/services-list.component.html b/usecaseui-portal/src/app/services/services-list/services-list.component.html
index 35504ae0..969898a3 100644
--- a/usecaseui-portal/src/app/services/services-list/services-list.component.html
+++ b/usecaseui-portal/src/app/services/services-list/services-list.component.html
@@ -106,8 +106,8 @@
<span>{{item.InProgress}}</span>
<span> {{"i18nTextDefine_InProgress" | translate}} </span>
</p>
- <p class="service-description"> {{item.detailName | translate}} </p>
</div>
+ <p class="service-description"> {{item.detailName | translate}} </p>
</li>
</ul>
<div class="list" id="services-list" [ngClass]="{'listdisplay':listDisplay == true}">