mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
Make text next to "Display All" clickable
This commit is contained in:
parent
9baa85f2e4
commit
9284e4b451
3 changed files with 4 additions and 7 deletions
|
@ -18,8 +18,7 @@
|
|||
</ul>
|
||||
|
||||
<div class="pull-right">
|
||||
<input type="checkbox" ng-model="displayAll"
|
||||
ng-change="toggleGetAll()"/> Display All
|
||||
<input type="checkbox" ng-model="displayAll" id="displayAll" ng-change="toggleGetAll()"/> <label for="displayAll">Display All</label>
|
||||
</div>
|
||||
</div>
|
||||
<table class="table table-striped">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue