Commit 8fa463e44aef728ba51990e31a0004d8b1991f54
1 parent
b5b1856a52
Exists in
master
Eliminacion de ID
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/views/foca-abm-vehiculos-listado.html
| ... | ... | @@ -24,7 +24,6 @@ |
| 24 | 24 | <table class="table table-default table-hover table-sm table-abm table-striped mb-0"> |
| 25 | 25 | <thead> |
| 26 | 26 | <tr> |
| 27 | - <th>ID</th> | |
| 28 | 27 | <th class="text-center">Unidad</th> |
| 29 | 28 | <th>Dominio Tractor</th> |
| 30 | 29 | <th>Dominio Semi</th> |
| ... | ... | @@ -42,7 +41,6 @@ |
| 42 | 41 | </thead> |
| 43 | 42 | <tbody> |
| 44 | 43 | <tr ng-repeat="vehiculo in vehiculos | filter:filtros"> |
| 45 | - <td ng-bind="vehiculo.id"></td> | |
| 46 | 44 | <td ng-bind="vehiculo.codigo" class="text-center"></td> |
| 47 | 45 | <td ng-bind="vehiculo.tractor"></td> |
| 48 | 46 | <td ng-bind="vehiculo.semi"></td> |