Merge pull request 'develop' (#36) from develop into main
ogcore-debian-package/pipeline/head This commit looks good Details

Reviewed-on: #36
main
Manuel Aranda Rosales 2025-06-09 14:07:48 +02:00
commit 5e143e08a9
2 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
# Changelog
## [0.14.2] - 2025-06-09
### Improved
- Cambio en el template base del menu. Ahora apunta a los script de python de manera correcta.
---
## [0.14.1] - 2025-06-09
### Fixed
- Se han corregido los mensajes de error que se envian cuando las APIs de los modulos no estan disponibles.
- Se ha corregido un bug en la herencia de datos entre aulas y grupos, que hacia que no se almacenaran los datos de manera correcta.
---
## [0.14.0] - 2025-06-02
### Added
- Se ha añadido la funcionalidad de mover equipos entre aulas y grupos.

View File

@ -187,7 +187,7 @@
<span>Tipo: {{ partition.filesystem }}</span>
<span><strong>SO:</strong> {{ partition.operativeSystem ? partition.operativeSystem.name : '-' }}</span>
{% if partition.operativeSystem %}
<a href="command+output:bootOs {{ partition.diskNumber }} {{ partition.partitionNumber }}" class="partition-link">Arrancar {{ partition.operativeSystem.name }}</a>
<a href="command+output:/opt/opengnsys/scripts/bootOs.py {{ partition.diskNumber }} {{ partition.partitionNumber }}" class="partition-link">Arrancar {{ partition.operativeSystem.name }}</a>
{% endif %}
</div>
{% endfor %}