| Línea 216... | Línea 216... | 
          
            | 216 |                     'render' : function ( data, type, row ) {
 | 216 |                     'render' : function ( data, type, row ) {
 | 
          
            | 217 |                         var s = '';
 | 217 |                         var s = '';
 | 
          
            | 218 |                         s += 'LABEL_STATUS: ' + data['status']  + '<br/>';
 | 218 |                         s += 'LABEL_STATUS: ' + data['status']  + '<br/>';
 | 
          
            | Línea 219... | Línea 219... | 
          
            | 219 |  
 | 219 |  
 | 
          
            | 220 |                          if(allowUsers && row['actions']['link_total_users']  ) {
 | 220 |                          if(allowUsers && row['actions']['link_total_users']  ) {
 | 
          
            | 221 |                             s += 'LABEL_TOTAL_USERS: ' + data['total_users']  + ' <button class="btn btn-view-total-users" data-href="' + row['actions']['link_total_users'] + '" data-toggle="tooltip" title="LABEL_VIEW"><i class="fa fa-external-link"></i></button> <br>';    
 | 221 |                             s += 'LABEL_TOTAL_USERS: ' + data['total_users']  + ' <button class="btn btn-view-total-users" data-href="' + row['actions']['link_total_users'] + '" data-toggle="tooltip" title="LABEL_VIEW"><i class="fa fa-external-link-alt"></i></button> <br>';    
 | 
          
            | 222 |                          } else {
 | 222 |                          } else {
 | 
          
            | 223 |                             s += 'LABEL_TOTAL_USERS: ' + data['total_users']  + '<br/>';
 | 223 |                             s += 'LABEL_TOTAL_USERS: ' + data['total_users']  + '<br/>';
 | 
          
            | 224 |                          }    
 | 224 |                          }    
 | 
          
            | 225 |                          if(allowUsers && row['actions']['link_total_users_actives']  ) {
 | 225 |                          if(allowUsers && row['actions']['link_total_users_actives']  ) {
 | 
          
            | 226 |                             s += 'LABEL_TOTAL_USERS_ACTIVE: ' + data['total_users_active']  + ' <button class="btn btn-view-total-users" data-href="' + row['actions']['link_total_users_actives'] + '" data-toggle="tooltip" title="LABEL_VIEW"><i class="fa fa-external-link"></i></button> <br>';    
 | 226 |                             s += 'LABEL_TOTAL_USERS_ACTIVE: ' + data['total_users_active']  + ' <button class="btn btn-view-total-users" data-href="' + row['actions']['link_total_users_actives'] + '" data-toggle="tooltip" title="LABEL_VIEW"><i class="fa fa-external-link-alt"></i></button> <br>';    
 | 
          
            | 227 |                          } else {
 | 227 |                          } else {
 | 
          
            | 228 |                             s += 'LABEL_TOTAL_USERS_ACTIVE: ' + data['total_users_active']  + '<br/>';
 | 228 |                             s += 'LABEL_TOTAL_USERS_ACTIVE: ' + data['total_users_active']  + '<br/>';
 | 
          
            | Línea 229... | Línea 229... | 
          
            | 229 |                          }        
 | 229 |                          }        
 |