Commit edfe62b4 authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

order clusters alphabetically

closes #70
parent e8b7723b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>