summaryrefslogtreecommitdiffstats
path: root/reporting/pages/app/views/commons/testCaseVisual.html
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2017-06-01 01:49:51 +0000
committerchenjiankun <chenjiankun1@huawei.com>2017-06-02 16:13:45 +0000
commita5ac84f2ff1471620da0bcd63f2ee4028c661918 (patch)
tree5fda897a6f6900e44c5d88793e4fffa2b126802b /reporting/pages/app/views/commons/testCaseVisual.html
parentff3b3116de42dbd63fe8952700de7fa2a7134502 (diff)
Change to 'catalog_description' in Catalogue page
JIRA: RELENG-231 Change-Id: Id0b770575c0d91a58b3503f8580bd658337b2cd0 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'reporting/pages/app/views/commons/testCaseVisual.html')
-rw-r--r--reporting/pages/app/views/commons/testCaseVisual.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/reporting/pages/app/views/commons/testCaseVisual.html b/reporting/pages/app/views/commons/testCaseVisual.html
index 9d146ba..74eb56e 100644
--- a/reporting/pages/app/views/commons/testCaseVisual.html
+++ b/reporting/pages/app/views/commons/testCaseVisual.html
@@ -4,7 +4,7 @@
<div class="row">
- <div class="row border-bottom white-bg dashboard-header" style="border-radius: 5px 5px 5px 5px ">
+ <div class="row border-bottom white-bg dashboard-header" style="border-radius: 5px 5px 5px 5px;width:90%;margin-left:30px; ">
<h3>OPNFV Test ecosystem
<small> *mouse over display test case list</small>
@@ -70,7 +70,7 @@
</div>
- <div id="popup" class="popup" style="width: 20%;height: 35%" dw-loading="Key">
+ <div id="popup" class="popup" style="width: 40%;height: 35%" dw-loading="Key">
<div ng-show="tableData.length==0">
<center>
@@ -90,7 +90,8 @@
<tbody>
<tr dir-paginate="data in tableData | itemsPerPage: 8 track by $index ">
- <td><a ng-click="getDetail(data)"> {{data}}</a></td>
+ <td ng-if="data.value!=null"><a ng-click="getDetail(data.key)"> {{data.value}}</a></td>
+ <td ng-if="data.value==null"><a ng-click="getDetail(data.key)"> null</a></td>
<tr>
</tbody>