Nueva version con enviroment Pasarela
This commit is contained in:
@@ -49,9 +49,9 @@ $url = $ruta.'/api/verUsuarios';
|
||||
<table id="tablaUsuarios" class="display" style="width:80%; margin:0 auto;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Usuario</th>
|
||||
<th>Correo Electronico</th>
|
||||
<th>id</th>
|
||||
<th>Empresa</th>
|
||||
<th>Correo Electronico</th>
|
||||
<th>Plat. Pago</th>
|
||||
<th>Llave</th>
|
||||
<th>Acciones</th>
|
||||
@@ -71,9 +71,9 @@ $(document).ready(function() {
|
||||
$('#tablaUsuarios').DataTable({
|
||||
data: data,
|
||||
columns: [
|
||||
{ data: 'usuario' },
|
||||
{ data: 'email' },
|
||||
{ data: 'id' },
|
||||
{ data: 'empresa' },
|
||||
{ data: 'email' },
|
||||
{ data: 'platf_pago'},
|
||||
{ data: 'apiKey'},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user