aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master
diff options
context:
space:
mode:
authorKruthi Bhat <krutbhat@att.com>2020-10-30 23:44:35 +0530
committerIkram Ikramullah <ikram@research.att.com>2020-11-02 11:58:12 +0000
commit5889d15158f2e9dd22155ab5693a543c4136fee8 (patch)
tree8504afe8a4644e686ed24cbf57107e1bf488f8d5 /vid-webpack-master
parenta2613d4a31ed4452bf473386718aaa16ab7a02bc (diff)
VID Guilin Release
The following change are for release VID's RC0 for Guilin release Issue-ID: VID-902 Change-Id: Ic2a24cae6e09ce0a868e10b8009715b333e1070e Signed-off-by: krutbhat@att.com
Diffstat (limited to 'vid-webpack-master')
-rw-r--r--vid-webpack-master/pom.xml2
-rw-r--r--vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/vid-webpack-master/pom.xml b/vid-webpack-master/pom.xml
index bdb7680a9..bd66c6141 100644
--- a/vid-webpack-master/pom.xml
+++ b/vid-webpack-master/pom.xml
@@ -9,7 +9,7 @@
inherit from a parent maven module. -->
<groupId>org.onap.vid</groupId>
<artifactId>vid-webpack-master</artifactId>
- <version>7.0.0-SNAPSHOT</version>
+ <version>7.0.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>VID UI</name>
<description>VID UI</description>
diff --git a/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html b/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html
index 0de1b88ae..5bb22608b 100644
--- a/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html
+++ b/vid-webpack-master/src/app/shared/components/auditInfoModal/auditInfoModal.component.html
@@ -9,6 +9,7 @@
<button type="button" class="close" (click)="onCancelClick()">&times;</button>
<span [attr.data-tests-id]="'audit-info-title'" class="modal-title">{{title}}</span>
<br>
+
<span style="font-size: 16px;">
<!-- ServiceInstanceName(ServiceModelName/ServiceModelId) -->
<span title="Service Instance name">{{serviceInstanceName }} </span><span *ngIf= "serviceInstanceId" title="Service Instance ID"> | {{serviceInstanceId}}</span>