summaryrefslogtreecommitdiffstats
path: root/reporting/pages/app/views/commons/testCaseList.html
blob: 0a28b6ce6455392d9d0337ee0dc2f41f9f8e3cb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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>