1
0
Fork 0
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:
Janne Heß 2015-02-13 14:28:09 +01:00
parent 9baa85f2e4
commit 9284e4b451
3 changed files with 4 additions and 7 deletions

View file

@ -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" +