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

Commit

Permalink
Bfs42024 350 (#291)
Browse files Browse the repository at this point in the history
* Falta quitar lo de estudiante-->notas

* tarea 350

falta centrar mensaje

* listo el estilo del label de studiantes comentarios

* Correción en las traducciones

* Falta quitar lo de estudiante-->notas

* tarea 350

falta centrar mensaje

* listo el estilo del label de studiantes comentarios

* Correción en las traducciones

* Falta quitar lo de estudiante-->notas

* tarea 350

falta centrar mensaje

* listo el estilo del label de studiantes comentarios

---------

Co-authored-by: David Dominguez Vidal <[email protected]>
Co-authored-by: eluiui <[email protected]>
  • Loading branch information
3 people authored Jan 22, 2025
1 parent b92e856 commit 0a9f6c8
Show file tree
Hide file tree
Showing 8 changed files with 315 additions and 218 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,27 @@ <h1 class="titulo_tablas">{{ 'Bootcamps' | oTranslate }}</h1>
page-size-options="10;20;40">
</o-table-paginator>


<o-table-context-menu
insert="false" edit="false"
view-detail="false" delete="false">
</o-table-context-menu>

<o-table-column
attr="students_summary" title="STUDENT_TT_BOOTCAMP"
type="string" content-align="center"
title-align="center" tooltip="yes"
tooltip-value="{{'STUDENT_TT_BOOTCAMP'|oTranslate}}"
></o-table-column>

<o-table-column
attr="name" title="name"
type="string" content-align="center"
title-align="center"
></o-table-column>

<o-table-column
attr="status" title="status"
attr="status" title="BT_STATUS_TT"
type="string" content-align="center"
title-align="center"
tooltip="yes" tooltip-value="{{'BT_STATUS_TT'|oTranslate}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ <h3 class="titulo_tablas">{{ 'LSTUDENTSBOOTCAMPSSTATUS' | oTranslate }}</h3>


<o-table-column attr="computable" title="Computable">
<o-table-cell-renderer-boolean render-false-value="COMPUTABLE_FALSE"
render-true-value="COMPUTABLE_TRUE"></o-table-cell-renderer-boolean>
<o-table-cell-renderer-boolean render-false-value="COMPUTABLE_TRUE"
render-true-value="COMPUTABLE_FALSE"></o-table-cell-renderer-boolean>
</o-table-column>
</o-table>
</o-form-layout-dialog-options>
Expand Down
Loading

0 comments on commit 0a9f6c8

Please sign in to comment.