Revision a583aa29 ui/templates/machines_list.html

b/ui/templates/machines_list.html
89 89

  
90 90
<script>
91 91

  
92
init_action_indicator_handlers('list');
93

  
92 94
// select/deselect all from checkbox widget of table headers
93 95
$("#machinesview .list table thead tr th.selection :checkbox").live('change', function() {
94 96
    if ( $(this).is(":checked") ) {

Also available in: Unified diff