Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PGPI-entrega
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sergest
PGPI-entrega
Merge requests
!37
Botones supervisor
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Botones supervisor
botones_supervisor
into
master
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Botones supervisor
sergest
requested to merge
botones_supervisor
into
master
Jan 5, 2019
Overview
0
Commits
3
Pipelines
0
Changes
3
Created by: berruezo
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
dfd26a5d
3 commits,
Jan 16, 2019
3 files
+
62
−
8
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
src/static/menus/menu_supervisor.html
+
15
−
0
View file @ dfd26a5d
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,11 +4,26 @@
@@ -4,11 +4,26 @@
<span
class=
"collapse width align-top side-options"
>
Inicio
</span>
<span
class=
"collapse width align-top side-options"
>
Inicio
</span>
</a>
</a>
<a
class=
"list-group-item d-flex justify-content-start align-items-center bg-light"
href=
"/incidencias_abiertas_clientes"
>
<span
class=
"material-icons"
style=
"color: black;"
>
assignment_ind
</span>
<span
class=
"collapse width align-top side-options"
>
Incidencias de clientes
</span>
</a>
<a
class=
"list-group-item d-flex justify-content-start align-items-center bg-light"
href=
"/incidencias_asignadas_tecnico"
>
<span
class=
"material-icons"
style=
"color: black;"
>
supervised_user_circle
</span>
<span
class=
"collapse width align-top side-options"
>
Incidencias en resolución
</span>
</a>
<a
class=
"list-group-item d-flex justify-content-start align-items-center bg-light"
href=
"/incidencias_cerradas"
>
<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;"
>
delete_forever
</span>
<span
class=
"material-icons"
style=
"color: black;"
>
delete_forever
</span>
<span
class=
"collapse width align-top side-options"
>
Incidencias Cerradas
</span>
<span
class=
"collapse width align-top side-options"
>
Incidencias Cerradas
</span>
</a>
</a>
<a
class=
"list-group-item d-flex justify-content-start align-items-center bg-light"
href=
"/todas_incidencias"
>
<span
class=
"material-icons"
style=
"color: black;"
>
list_alt
</span>
<span
class=
"collapse width align-top side-options"
>
Todas las incidencias
</span>
</a>
<a
class=
"list-group-item d-flex justify-content-start align-items-center bg-light"
href=
"/logout"
>
<a
class=
"list-group-item d-flex justify-content-start align-items-center bg-light"
href=
"/logout"
>
<span
class=
"material-icons"
style=
"color: black;"
>
exit_to_app
</span>
<span
class=
"material-icons"
style=
"color: black;"
>
exit_to_app
</span>
<span
class=
"collapse width align-top side-options"
>
Cerrar sesión
</span>
<span
class=
"collapse width align-top side-options"
>
Cerrar sesión
</span>
Loading