1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Ability to select all endpoints via a checkbox (#607)

This commit is contained in:
Damian 2017-03-12 17:39:27 +01:00 committed by Anthony Lapenna
parent d724f75016
commit 8a827950d8
2 changed files with 12 additions and 1 deletions

View file

@ -137,7 +137,9 @@
<table class="table table-hover">
<thead>
<tr>
<th ng-if="applicationState.application.endpointManagement"></th>
<th ng-if="applicationState.application.endpointManagement">
<input type="checkbox" ng-model="allSelected" ng-change="selectItems(allSelected)" />
</th>
<th>
<a ui-sref="endpoints" ng-click="order('Name')">
Name