add version in deployresults page 23/53623/2
authorSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 13 Mar 2018 05:58:03 +0000 (13:58 +0800)
committerSerenaFeng <feng.xiaowei@zte.com.cn>
Tue, 13 Mar 2018 06:00:51 +0000 (14:00 +0800)
Change-Id: Id7c8064933c150fa72cbe1351a99aeb80e8f2150
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
testapi/opnfv_testapi/ui/components/deploy-results/deploy-result/deployResult.html
testapi/opnfv_testapi/ui/components/deploy-results/deployResults.html

index ba9bee7..f02f910 100644 (file)
                     <td class="podsTableTd">Installer&nbsp;:</td>
                     <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>
index 380416f..7998f3c 100644 (file)
@@ -83,6 +83,7 @@
             <tr>
                 <th>ID</th>
                 <th>Installer</th>
+                <th>Version</th>
                 <th>Scenario</th>
                 <th>Pod</th>
                 <th>Criteria</th>
@@ -95,6 +96,7 @@
             <tr ng-repeat-start="(index, result) in ctrl.data.deployresults">
                 <td><a ng-click="ctrl.viewDeployResult(result._id)">{{ result._id.substr(-8) }}</a></td>
                 <td>{{ result.installer }}</td>
+                <td>{{ result.version }}</td>
                 <td>{{ result.scenario }}</td>
                 <td>{{ result.pod_name }}</td>
                 <td>{{ result.criteria }}</td>