Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stv-beep committed Apr 29, 2022
1 parent 0018598 commit 9cafb1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Ara mateix, en versió 0.9.8, sembla que té una certa estabilitat.
- Icones d'idioma.


### Errors i bugs (versió 0.9.7)
### Errors i bugs (versió 0.9.8)
- La geolocalització no funciona sense HTTPS.
- Si s'inicia una tasca i es finalitza molt ràpid (cosa antinatural), es pot arribar a buguejar i deixar penjada una tasca inacabada mentres s'ha començat una de nova.
- Desactivant el JS segurament es pot trencar el funcionament dels botons. És possible que es puguen iniciar varies tasques alhora i que el programa perdi la seva funcionalitat de sèrie.
Expand Down
22 changes: 0 additions & 22 deletions resources/views/admin/usuaris.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,28 +312,6 @@
</tfoot>
</table>

{{-- <p class="h4 text-center" id="titol">{{ __('messages.Users') }}</p>
<table id="users" class="display compact hover row-border responsive nowrap" style="width:100%">
<thead class="thead-dark">
<tr style="text-align: center">
<th>ID</th>
<th scope="col">{{ __('messages.Worker') }}</th>
<th scope="col">DNI</th>
<th scope="col">ID Odoo Nath</th>
<th scope="col">ID Odoo TucTuc</th>
<th scope="col">{{ __('messages.Warehouse') }}</th>
<th scope="col">{{ __('messages.Admin') }}</th>
<th scope="col">{{ __('messages.Edit') }}</th>
</tr>
</thead>
<tbody>
<tr style="text-align: center">
</tr>
</tbody>
</table> --}}
</div>

</div>
Expand Down

0 comments on commit 9cafb1c

Please sign in to comment.