 }})
Bienvenido {{ ip }}
Particiones del sistema
{% if partitions|length > 0 %}Disco | Partición | Tamaño | Tipo | SO | Acciones |
---|---|---|---|---|---|
{{ 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 %} |
No hay particiones disponibles.
{% endif %}