Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
se borran columnas en la linea 51 sin usar y se borra un duplicado
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseMRLC committed Dec 2, 2024
1 parent aa2f4c9 commit e52a8dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<div>
<h1 class="titulo_tablas">{{ 'Students' | oTranslate }}</h1>
<o-table #tableStudents virtual-scroll="false" class="general_table" attr="studentsTable" service="students"
sort-columns="name" entity="student" keys="id" columns="id;name;surname1;personal_email;surname2;dni;birth_date;phone;student_status_id;statusstudent;udemy;
campus_email;fct_school;fct_start;fct_end;tutor;github_user;notes;email;surnames;spain_comunity;location;situation;user_id;statusstudent;usr_photo"
sort-columns="name" entity="student" keys="id" columns="id;name;surname1;personal_email;surname2;dni;birth_date;phone;student_status_id;udemy;
campus_email;fct_school;fct_start;fct_end;tutor;github_user;notes;spain_comunity;location;user_id;statusstudent;usr_photo"
visible-columns="usr_photo;name;surname1;surname2;dni;personal_email;phone" delete-button="false" pageable="true"
show-report-on-demand-option="false" show-charts-on-demand-option="false" (onDataLoaded)="goToDetail()">
<o-table-column attr="name" title="Name"></o-table-column>
Expand Down
2 changes: 1 addition & 1 deletion charts/cd2024bfs4g1/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
pullPolicy: IfNotPresent
## provided as basic setup. replace as needed
repository: ghcr.io/campusdual/cd2024bfs4g1
version: dev9932c54
version: dev63f6e25
imagePullSecrets:
- name: "github-ecr-cred"
nameOverride: ""
Expand Down

0 comments on commit e52a8dc

Please sign in to comment.