diff --git a/templates/browser/main.html.twig b/templates/browser/main.html.twig index 9b7dab1..0a96ca8 100644 --- a/templates/browser/main.html.twig +++ b/templates/browser/main.html.twig @@ -4,197 +4,565 @@ - Menú de Opciones + + Panel de Control - OpenGnsys + - - + -
- -
-

Particiones del sistema

- {% if partitions|length > 0 %} - {% for partition in partitions %} -
- Disco: {{ partition.diskNumber }} - Partición: {{ partition.partitionNumber }} - Tamaño: {{ (partition.size / 1024)|number_format(2) }} MB - Tipo: {{ partition.filesystem }} - SO: {{ partition.operativeSystem ? partition.operativeSystem.name : '-' }} - {% if partition.operativeSystem %} - Arrancar {{ partition.operativeSystem.name }} - {% endif %} + + +
+

Particiones del sistema

+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DiscoParticiónTamañoTipoSOAcciones
sda1512.00 MBext4Ubuntu 22.04 + + + Arrancar Ubuntu 22.04 + +
sda21024.00 MBntfsWindows 11 + + + Arrancar Windows 11 + +
sda3256.00 MBswap- + +
sdb12048.00 MBext4Debian 12 + + + Arrancar Debian 12 + +
sdb2512.00 MBfat32- + +
+
+ + + {# + {% if partitions|length > 0 %} +
+ + + + + + + + + + + + + {% for partition in partitions %} + + + + + + + + + {% endfor %} + +
DiscoParticiónTamañoTipoSOAcciones
{{ partition.diskNumber }}{{ partition.partitionNumber }}{{ (partition.size / 1024)|number_format(2) }} MB{{ partition.filesystem }}{{ partition.operativeSystem ? partition.operativeSystem.name : '-' }} + {% if partition.operativeSystem %} + + + Arrancar {{ partition.operativeSystem.name }} + + {% endif %} +
- {% endfor %} - {% else %} -

No hay particiones disponibles.

- {% endif %} -
-
+ {% else %} +

No hay particiones disponibles.

+ {% endif %} + #} + +