mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 14:25:31 +02:00
feat(ui): remove the ability to select all entities from list views
This commit is contained in:
parent
21344280a9
commit
54ab81a7de
6 changed files with 3 additions and 40 deletions
|
@ -66,7 +66,7 @@
|
|||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><label><input type="checkbox" ng-model="state.toggle" ng-change="toggleSelectAll()" /> Select</label></th>
|
||||
<th></th>
|
||||
<th>
|
||||
<a ui-sref="images" ng-click="order('Id')">
|
||||
Id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue