diff --git a/src/static/menus/menu_cliente.html b/src/static/menus/menu_cliente.html index ebd043f792706a8297c08055befac9380db194fd..110dd047203805f7b35a6b6dbe7f3f1440be2bd4 100644 --- a/src/static/menus/menu_cliente.html +++ b/src/static/menus/menu_cliente.html @@ -1,16 +1,16 @@ <div class="list-group list-group-flush w-100 side-icons"> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/index"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">home</span> <span class="collapse width align-top side-options">Inicio</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/registrar_incidencia"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">library_add</span> <span class="collapse width align-top side-options">Registrar Incidencia</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/logout"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">pregnant_woman</span> <span class="collapse width align-top side-options">Cerrar Sesión</span> </a> </div> diff --git a/src/static/menus/menu_supervisor.html b/src/static/menus/menu_supervisor.html index ffc8719499396bd732b38d779bb55271b911db4a..90f3295aba7855ce0600f8ced60c4585eb890777 100644 --- a/src/static/menus/menu_supervisor.html +++ b/src/static/menus/menu_supervisor.html @@ -1,16 +1,16 @@ <div class="list-group list-group-flush w-100 side-icons"> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/index"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">home</span> <span class="collapse width align-top side-options">Inicio</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/incidencias_cerradas"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">delete_forever</span> <span class="collapse width align-top side-options">Incidencias Cerradas</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/logout"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">exit_to_app</span> <span class="collapse width align-top side-options">Cerrar sesión</span> </a> </div> diff --git a/src/static/menus/menu_tecnico.html b/src/static/menus/menu_tecnico.html index e898c34246ec26a493293c9cee488c39c0b8f485..eb5bd7289487fbe4c007aae98181d50d9f17d57c 100644 --- a/src/static/menus/menu_tecnico.html +++ b/src/static/menus/menu_tecnico.html @@ -1,21 +1,21 @@ <div class="list-group list-group-flush w-100 side-icons"> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/index"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">home</span> <span class="collapse width align-top side-options">Inicio</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/incidencias_cerradas"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">delete_forever </span> <span class="collapse width align-top side-options">Incidencias Cerradas</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/registrar_incidencia"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">library_add</span> <span class="collapse width align-top side-options">Registrar Incidencia</span> </a> <a class="list-group-item d-flex justify-content-start align-items-center bg-light" href="/logout"> - <span class="material-icons" style="color: black;"></span> + <span class="material-icons" style="color: black;">exit_to_app</span> <span class="collapse width align-top side-options">Cerrar sesión</span> </a> </div>