Change menu template. python scripts
parent
abde95c641
commit
73f65e65a2
|
@ -1,9 +1,15 @@
|
||||||
# Changelog
|
# 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
|
## [0.14.1] - 2025-06-09
|
||||||
### Fixed
|
### Fixed
|
||||||
- Se han corregido los mensajes de error que se envian cuando las APIs de los modulos no estan disponibles.
|
- 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.
|
- 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
|
## [0.14.0] - 2025-06-02
|
||||||
### Added
|
### Added
|
||||||
- Se ha añadido la funcionalidad de mover equipos entre aulas y grupos.
|
- Se ha añadido la funcionalidad de mover equipos entre aulas y grupos.
|
||||||
|
|
|
@ -187,7 +187,7 @@
|
||||||
<span>Tipo: {{ partition.filesystem }}</span>
|
<span>Tipo: {{ partition.filesystem }}</span>
|
||||||
<span><strong>SO:</strong> {{ partition.operativeSystem ? partition.operativeSystem.name : '-' }}</span>
|
<span><strong>SO:</strong> {{ partition.operativeSystem ? partition.operativeSystem.name : '-' }}</span>
|
||||||
{% if partition.operativeSystem %}
|
{% 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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue