summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2018-03-13 13:58:03 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2018-03-13 14:00:51 +0800
commit6e3246b058fcb804a053107536f99896cbcfc9fe (patch)
tree374b2c4bdec5312157b3dba8fcb8a2a88daa17c0 /testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html
parentf826a2a29a5626db630470513a097413c8af4062 (diff)
add version in deployresults page
Change-Id: Id7c8064933c150fa72cbe1351a99aeb80e8f2150 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html')
-rw-r--r--testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html b/testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html
index ba9bee7..f02f910 100644
--- a/testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html
+++ b/testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html
@@ -12,6 +12,10 @@
<td width="90%" class="podsTableLeftTd">{{ctrl.data.installer}}</td>
</tr>
<tr style="padding:9px">
+ <td class="podsTableTd">Version&nbsp;:</td>
+ <td width="90%" class="podsTableLeftTd">{{ctrl.data.version}}</td>
+ </tr>
+ <tr style="padding:9px">
<td class="podsTableTd">Scenario&nbsp;:</td>
<td width="90%" class="podsTableLeftTd">{{ctrl.data.scenario}}</td>
</tr>