Skip to content

Commit

Permalink
fix_api(fe): alerts mssg edited and increased sidebar width
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaHdezPerez authored and Javi111003 committed Dec 9, 2024
1 parent dd540da commit 5dea66a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
.sidebar {
grid-area: sidebar;
position: relative;
width:240px;
width:250px;
height: calc(100vh - 50px); /* Full height minus header height */
background-color: #ffffff;
border-right: 2.3px solid #cacbcc;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class EquipmentComponent implements OnInit {
this.showTable = true;
} else {
this.showTable = false;
this.global.openDialog('Por favor, selecciona un Centro de Trabajo y una Oficina.');
this.global.openDialog('Por favor, selecciona un Centro de Trabajo y una Oficina válidos.');
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class ComparisonComponent implements OnInit {
this.showTable = true;
} else {
this.showTable = false;
this.global.openDialog('Por favor, selecciona un Centro de Trabajo y una Política.');
this.global.openDialog('Por favor, selecciona un Centro de Trabajo y una Política válidos.');
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class AlertComponent implements OnInit {
this.showTable = true;
}
else {
this.global.openDialog('Por favor, selecciona un Centro de Trabajo.');
this.global.openDialog('Por favor, selecciona un Centro de Trabajo válido.');
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class ExcessComponent {
if (this.getControlValue('year') && this.getControlValue('month'))
this.showTable = true;
else
this.global.openDialog('Por favor, selecciona una fecha válida.');
this.global.openDialog('Por favor, selecciona un mes y un año.');
}
}

Expand Down

0 comments on commit 5dea66a

Please sign in to comment.