Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1078 Rev 1084
Línea 576... Línea 576...
576
            <div class="card">
576
            <div class="card">
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 style="width:15%">LABEL_NAME</th>
582
                           <th>LABEL_JOB_DESCRIPTION</th>
582
                           <th style="width:25%">LABEL_JOB_DESCRIPTION</th>
583
                           <th>LABEL_ACTIVE</th>
583
                           <th style="width:15%">LABEL_ACTIVE</th>
584
                           <th>LABEL_ACTIONS</th>
584
                           <th style="width:20%">LABEL_ACTIONS</th>
585
                        </tr>
585
                        </tr>
586
                     </thead>
586
                     </thead>
587
                     <tbody></tbody>
587
                     <tbody></tbody>
588
                  </table>
588
                  </table>
589
               </div>
589
               </div>