summaryrefslogtreecommitdiffstats
path: root/reporting/pages/app/views/commons/testCaseList.html
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-03-28 14:53:49 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-28 14:53:49 +0000
commit8c5f68e7472970ee263fe8520b0d07d843eb131b (patch)
treeca48b4840799350864bbea2b9dedd1dd77261923 /reporting/pages/app/views/commons/testCaseList.html
parent69ab7718772ca382842df7d04ec30f4189f1a8c2 (diff)
parent60b07c9cb49db8dd7db883058f2d25fc1b93efc6 (diff)
Merge "Create Catalogue page"
Diffstat (limited to 'reporting/pages/app/views/commons/testCaseList.html')
-rw-r--r--reporting/pages/app/views/commons/testCaseList.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/reporting/pages/app/views/commons/testCaseList.html b/reporting/pages/app/views/commons/testCaseList.html
new file mode 100644
index 0000000..0a28b6c
--- /dev/null
+++ b/reporting/pages/app/views/commons/testCaseList.html
@@ -0,0 +1,55 @@
+<div class="col-lg-12">
+ <div class="ibox float-e-margins">
+ <div class="ibox-content">
+ <div>
+ <h3 class="font-bold no-margins">
+ Test Case List
+ </h3>
+ <small>list for test case </small>
+ </div>
+ <hr>
+
+ <table class="table table-striped">
+ <thead>
+ <tr>
+ <th>Scenario Name</th>
+ <th>Owner</th>
+ <th>Description</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td> os_nosdn_kvm_noha</td>
+ <td>username</td>
+ <td>balalalalala</td>
+ </tr>
+ <tr>
+ <td> os_nosdn_kvm_</td>
+ <td>username</td>
+ <td>balalalalala</td>
+ </tr>
+ <tr>
+ <td> os_nosdn_kvm_noha</td>
+ <td>username</td>
+ <td>balalalalala</td>
+ </tr>
+
+ </tbody>
+
+
+
+
+
+ </table>
+
+
+
+
+
+
+
+
+
+ </div>
+ </div>
+</div> \ No newline at end of file