Loading public/connect.html +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <div style="padding-top: 60px;"> <h6>HOSTS</h6> <table class="table"> <tr ng-repeat="host in hosts track by $index"> <tr ng-repeat="host in hosts | orderBy track by $index"> <td class="normal-action" ng-click="connect(host)"> <span>{{host}}</span> </td> Loading Loading
public/connect.html +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ <div style="padding-top: 60px;"> <h6>HOSTS</h6> <table class="table"> <tr ng-repeat="host in hosts track by $index"> <tr ng-repeat="host in hosts | orderBy track by $index"> <td class="normal-action" ng-click="connect(host)"> <span>{{host}}</span> </td> Loading