sort services by name

This commit is contained in:
Johannes Zellner
2018-12-10 11:36:34 +01:00
parent 3d6413ae05
commit fbc399f5fa

View File

@@ -91,7 +91,7 @@
</tr>
</thead>
<tbody>
<tr ng-repeat="service in services">
<tr ng-repeat="service in services | orderBy:'name'">
<td>
<i class="fa fa-circle" uib-tooltip="{{ service.status }}" ng-style="{ color: service.status === 'active' ? '#27CE65' : (service.status === 'starting' ? '#f0ad4e' : '#d9534f') }" ng-show="service.status"></i>
<i class="fa fa-circle-notch fa-spin" ng-hide="service.status"></i>