Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11220 Rev 11221
Línea 510... Línea 510...
510
        },
510
        },
511
        'aoColumns': [{
511
        'aoColumns': [{
512
                'mDataProp': 'name'
512
                'mDataProp': 'name'
513
            },
513
            },
514
            {
514
            {
-
 
515
                'mDataProp': 'description'
-
 
516
            },
-
 
517
            {
515
                'mDataProp': 'status'
518
                'mDataProp': 'status'
516
            },
519
            },
517
            {
520
            {
518
                'mDataProp': 'actions'
521
                'mDataProp': 'actions'
519
            },
522
            },
Línea 1387... Línea 1390...
1387
                    <div class="card-body">
1390
                    <div class="card-body">
1388
                        <table id="gridTable" class="table   table-hover">
1391
                        <table id="gridTable" class="table   table-hover">
1389
                            <thead>
1392
                            <thead>
1390
                                <tr>
1393
                                <tr>
1391
                                    <th>LABEL_NAME</th>
1394
                                    <th>LABEL_NAME</th>
-
 
1395
                                    <th>LABEL_DESCRIPTION</th>
1392
                                    <th>LABEL_ACTIVE</th>
1396
                                    <th>LABEL_ACTIVE</th>
1393
                                    <th>LABEL_ACTIONS</th>
1397
                                    <th>LABEL_ACTIONS</th>
1394
                                </tr>
1398
                                </tr>
1395
                            </thead>
1399
                            </thead>
1396
                            <tbody></tbody>
1400
                            <tbody></tbody>