rename endpoints to environments - html only

This commit is contained in:
waysonwei
2021-09-07 14:20:48 +12:00
parent e49e90f304
commit 1ea50349fe
48 changed files with 129 additions and 129 deletions
@@ -45,7 +45,7 @@
</th>
<th>
<a ng-click="$ctrl.changeOrderBy('Endpoints.length')">
Endpoints Count
Environments Count
<i class="fa fa-sort-alpha-down" aria-hidden="true" ng-if="$ctrl.state.orderBy === 'Endpoints.length' && !$ctrl.state.reverseOrder"></i>
<i class="fa fa-sort-alpha-up" aria-hidden="true" ng-if="$ctrl.state.orderBy === 'Endpoints.length' && $ctrl.state.reverseOrder"></i>
</a>