Commit 83377f17 by Billy Larru

[FIX asistencia administrativa]

parent 01701a17
...@@ -8,7 +8,6 @@ function getColumns() { ...@@ -8,7 +8,6 @@ function getColumns() {
{ {
title: `APELLIDOS Y NOMBRES`, title: `APELLIDOS Y NOMBRES`,
data: null, data: null,
className: `text-center`,
render: (data) => { render: (data) => {
let nombresCompletos; let nombresCompletos;
let nombres = data.nombres; let nombres = data.nombres;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<div class="col-md-6 col-md-offset-3"> <div class="col-md-6 col-md-offset-3">
<div class="panel panel-primary"> <div class="panel panel-primary">
<div class="panel-heading"> <div class="panel-heading">
<h5 class="panel-title">Filtros</h5> <h5 class="panel-title">Búsqueda</h5>
</div> </div>
<div class="panel-body"> <div class="panel-body">
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<div class="col-md-10 col-md-offset-1"> <div class="col-md-10 col-md-offset-1">
<div class="panel panel-primary card-3" style="margin-top: 30px"> <div class="panel panel-primary card-3" style="margin-top: 30px">
<div class="panel-heading" style="padding: 8px 15px"> <div class="panel-heading" style="padding: 8px 15px">
<h6 class="panel-title" style="font-size: 15px; font-family: inherit">LISTADO DE ASISTENCIAS ADMINISTRATIVAS</h6> <h6 class="panel-title" style="font-size: 15px; font-family: inherit">Listado de Asistencias Administrativas</h6>
</div> </div>
<div id="divDatatable"></div> <div id="divDatatable"></div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment