Create Catalogue page
[releng.git] / utils / test / reporting / pages / app / views / commons / testCaseList.html
1 <div class="col-lg-12">
2     <div class="ibox float-e-margins">
3         <div class="ibox-content">
4             <div>
5                 <h3 class="font-bold no-margins">
6                     Test Case List
7                 </h3>
8                 <small>list for test case </small>
9             </div>
10             <hr>
11
12             <table class="table table-striped">
13                 <thead>
14                     <tr>
15                         <th>Scenario Name</th>
16                         <th>Owner</th>
17                         <th>Description</th>
18                     </tr>
19                 </thead>
20                 <tbody>
21                     <tr>
22                         <td> os_nosdn_kvm_noha</td>
23                         <td>username</td>
24                         <td>balalalalala</td>
25                     </tr>
26                     <tr>
27                         <td> os_nosdn_kvm_</td>
28                         <td>username</td>
29                         <td>balalalalala</td>
30                     </tr>
31                     <tr>
32                         <td> os_nosdn_kvm_noha</td>
33                         <td>username</td>
34                         <td>balalalalala</td>
35                     </tr>
36
37                 </tbody>
38
39
40
41
42
43             </table>
44
45
46
47
48
49
50
51
52
53         </div>
54     </div>
55 </div>