From fae755f4bf7dc67869c6be720bc1beb8c2f22f14 Mon Sep 17 00:00:00 2001 From: irina Date: Wed, 21 Feb 2018 12:45:19 +0000 Subject: #747 Asistente de particionado: resuelve errata por la que si la cache no estaba formateada no podía comprobar si cabía en el espacio libre del disco duro MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.1@5604 a21b9725-9963-47de-94b9-378ad31fedc9 --- admin/WebConsole/includes/pintaParticiones.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/admin/WebConsole/includes/pintaParticiones.php b/admin/WebConsole/includes/pintaParticiones.php index 82b6b40f..505defe1 100644 --- a/admin/WebConsole/includes/pintaParticiones.php +++ b/admin/WebConsole/includes/pintaParticiones.php @@ -119,7 +119,12 @@ function pintaParticiones($cmd,$configuraciones,$idordenadores,$cc) } else { echo' '.tomaTamano($tbKeys[$k]["numpar"],$idordenadores,$tbKeys[$k]["numdisk"]).' '.chr(13); } - + + // Si es CACHE incluyo campo oculto con el tamaño + if ($tbKeys[$k]["tipopar"]== "CACHE"){ + echo "".chr(13); + } + echo' '.tomaImagenes($tbKeys[$k]["numpar"],$idordenadores,$tbKeys[$k]["numdisk"]).' '.chr(13); echo' '.tomaPerfiles($tbKeys[$k]["numpar"],$idordenadores,$tbKeys[$k]["numdisk"]).' '.chr(13); @@ -151,8 +156,6 @@ function pintaParticiones($cmd,$configuraciones,$idordenadores,$cc) } } } - // Si es CACHE incluyo cambo oculto con el tamaño - echo "\n \n"; echo ' '.chr(13); } else { -- cgit v1.2.3-18-g5258