mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +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
3
dist/templates/app.js
vendored
3
dist/templates/app.js
vendored
|
@ -219,8 +219,7 @@ angular.module("app/components/containers/containers.html", []).run(["$templateC
|
|||
" </ul>\n" +
|
||||
"\n" +
|
||||
" <div class=\"pull-right\">\n" +
|
||||
" <input type=\"checkbox\" ng-model=\"displayAll\" \n" +
|
||||
" ng-change=\"toggleGetAll()\"/> Display All\n" +
|
||||
" <input type=\"checkbox\" ng-model=\"displayAll\" id=\"displayAll\" ng-change=\"toggleGetAll()\"/> <label for=\"displayAll\">Display All</label>\n" +
|
||||
" </div>\n" +
|
||||
"</div>\n" +
|
||||
"<table class=\"table table-striped\">\n" +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue