Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 293 | Rev 303 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 293 Rev 294
Línea 243... Línea 243...
243
                        NProgress.done();
243
                        NProgress.done();
244
                    });
244
                    });
245
                },
245
                },
246
            });
246
            });
247
        },
247
        },
248
        'aoColumns': [{
248
        'aoColumns': [
-
 
249
            {
-
 
250
                'mDataProp': 'user'
-
 
251
            },{
249
                'mDataProp': 'name'
252
                'mDataProp': 'name'
250
            },
253
            },
251
            {
254
            {
252
                'mDataProp': 'language'
255
                'mDataProp': 'language'
253
            },
256
            },
254
            {
257
            {
255
                'mDataProp': 'status'
258
                'mDataProp': 'status'
256
            },
259
            },
257
            {
260
            {
258
                'mDataProp': 'actions'
261
                'mDataProp': 'link_edit'
259
            },
262
            },
260
        ],
263
        ],
261
        'columnDefs': [{
264
        'columnDefs': [
-
 
265
            {
262
                'targets': 0,
266
                'targets': 0,
263
                'className': 'text-vertical-middle',
267
                'className': 'text-vertical-middle',
-
 
268
            },{
-
 
269
                'targets': 1,
-
 
270
                'className': 'text-vertical-middle',
264
            },
271
            },
265
            {
272
            {
266
                'targets': 1,
273
                'targets': -1,
267
                'className': 'text-vertical-middle',
274
                'className': 'text-vertical-middle',
268
            },
275
            },
269
            {
276
            {
270
                'targets': -2,
277
                'targets': -2,
271
                'orderable': false,
278
                'orderable': false,
Línea 638... Línea 645...
638
                <div class="card">
645
                <div class="card">
639
                    <div class="card-body">
646
                    <div class="card-body">
640
                        <table id="gridTable" class="table   table-hover">
647
                        <table id="gridTable" class="table   table-hover">
641
                            <thead>
648
                            <thead>
642
                                <tr>
649
                                <tr>
-
 
650
                                <th>LABEL_USER</th>
643
                                    <th>LABEL_NAME</th>
651
                                    <th>LABEL_NAME</th>
644
                                    <th>LABEL_LANGUAGE</th>
652
                                    <th>LABEL_LANGUAGE</th>
645
                                    <th>LABEL_ACTIVE</th>
653
                                    <th>LABEL_STATUS</th>
646
                                    <th>LABEL_ACTIONS</th>
654
                                    <th>LABEL_ACTIONS</th>
647
                                </tr>
655
                                </tr>
648
                            </thead>
656
                            </thead>
649
                            <tbody></tbody>
657
                            <tbody></tbody>
650
                        </table>
658
                        </table>