Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1068 Rev 1078
Línea 161... Línea 161...
161
                },
161
                },
162
                'aoColumns': [{
162
                'aoColumns': [{
163
                        'mDataProp': 'name'
163
                        'mDataProp': 'name'
164
                    },
164
                    },
165
                    {
165
                    {
166
                        'mDataProp': 'language'
166
                        'mDataProp': 'job_description'
167
                    },
167
                    },
168
                    {
168
                    {
169
                        'mDataProp': 'status'
169
                        'mDataProp': 'status'
170
                    },
170
                    },
171
                    {
171
                    {
Línea 577... Línea 577...
577
               <div class="card-body">
577
               <div class="card-body">
578
                  <table id="gridTable" class="table   table-hover">
578
                  <table id="gridTable" class="table   table-hover">
579
                     <thead>
579
                     <thead>
580
                        <tr>
580
                        <tr>
581
                           <th>LABEL_NAME</th>
581
                           <th>LABEL_NAME</th>
582
                           <th>LABEL_LANGUAGE</th>
582
                           <th>LABEL_JOB_DESCRIPTION</th>
583
                           <th>LABEL_ACTIVE</th>
583
                           <th>LABEL_ACTIVE</th>
584
                           <th>LABEL_ACTIONS</th>
584
                           <th>LABEL_ACTIONS</th>
585
                        </tr>
585
                        </tr>
586
                     </thead>
586
                     </thead>
587
                     <tbody></tbody>
587
                     <tbody></tbody>