Merge "Test case spec for SDN controller resilience in non-HA config"
[yardstick.git] / gui / app / views / sut.html
1 <!--sut management-->
2
3 <div class="content">
4     <div style="display:flex;flex-direction:row;">
5         <div style="width:750px;">
6
7             <h3>{{envName}} -- SUT
8                 <!--<button class="btn btn-default" style="float:right">Go Next</button>-->
9
10             </h3>
11
12             <h2>Hosts</h2>
13             <div ng-repeat="(host, info) in sutInfo">
14                 <hr/>
15                 <div  class="results-table" style="margin-top:30px;">
16                     <table class="table table-striped table-hover">
17                         <tbody style="white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
18                             <tr ng-repeat="record in info">
19                                 <td>{{ record[0] }}</td>
20                                 <td>{{ record[1] }}</td>
21                             </tr>
22                         </tbody>
23                     </table>
24                 </div>
25             </div>
26         </div>
27     </div>
28
29 </div>
30 <toaster-container></toaster-container>
31
32 <style>
33 </style>