From 3cba7cfc3c4260719292f4db6d8f74fc44977036 Mon Sep 17 00:00:00 2001 From: adv Date: Sun, 8 Dec 2019 23:49:22 +0100 Subject: [PATCH] #937 #906 formRemotePartitionCloning: show "partition configuration table" Remote Cloning Wizard shows "partition configuration table" before the form. The table shows the content of the images in the cache Code from the other Wizards is reused. --- .../asistentes/AsistenteCloneRemotePartition.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/admin/WebConsole/asistentes/AsistenteCloneRemotePartition.php b/admin/WebConsole/asistentes/AsistenteCloneRemotePartition.php index cf6587cc..32e051ac 100644 --- a/admin/WebConsole/asistentes/AsistenteCloneRemotePartition.php +++ b/admin/WebConsole/asistentes/AsistenteCloneRemotePartition.php @@ -19,6 +19,13 @@ include_once("../includes/CreaComando.php"); include_once("../includes/HTMLSELECT.php"); include_once("../idiomas/php/".$idioma."/comandos/ejecutarscripts_".$idioma.".php"); include_once("../idiomas/php/".$idioma."/comandos/opcionesacciones_".$idioma.".php"); + +include_once("../includes/HTMLCTESELECT.php"); +include_once("../includes/TomaDato.php"); +include_once("../includes/ConfiguracionesParticiones.php"); +include_once("../includes/RecopilaIpesMacs.php"); +include_once("./includes/asistentes/AyudanteFormularios.php"); + //________________________________________________________________________________________________________ include_once("./includes/capturaacciones.php"); //________________________________________________________________________________________________________ @@ -74,6 +81,10 @@ switch($ambito){ echo '

'.$TbMsg["WCRP31"].' 
'; echo '   '.$TbMsg[6].': '.$textambito.','.$nombreambito.'  

'; + + $sws=$fk_sysFi | $fk_nombreSO | $fk_tamano | $fk_imagen | $fk_perfil | $fk_cache; + pintaConfiguraciones($cmd,$idambito,$ambito,9,$sws,false); + ?>