diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2020-11-30 09:44:45 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2020-11-30 10:25:41 +0100 |
commit | a3e5d74330daff6a39687484f4cf515b0f514fb4 (patch) | |
tree | 2bd1c1d843bb16f8321ade52d74f1148eb3914c2 /admin | |
parent | 5d05b06d0591c6df06b7a459e589011895b78114 (diff) |
#1008 Deprecate "Partitioning Assistant"
"Partition and Format"/"Particionar y Formatear" command now has all
functionalities from "Partitioning Assistant"/"Asistente de
Particionado".
Add a warning message to "Partition Assistant".
Diffstat (limited to 'admin')
-rw-r--r-- | admin/WebConsole/asistentes/AsistenteParticionado.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/WebConsole/asistentes/AsistenteParticionado.php b/admin/WebConsole/asistentes/AsistenteParticionado.php index f47631a5..81173eae 100644 --- a/admin/WebConsole/asistentes/AsistenteParticionado.php +++ b/admin/WebConsole/asistentes/AsistenteParticionado.php @@ -150,6 +150,7 @@ function doOnload(){ <th><input type="button" name="GenerarInstruccion" Value="<?php echo $TbMsg[41];?>" onclick="codeParticionado(this.form)" /> </th> <td colspan="2"><textarea class="cajatexto" name="codigo" id="codigo" cols="70" rows="7"></textarea></td> </tr> + <tr> <th colspan="3" style="color: red;">AVISO: esta funcionalidad está obsoleta. Se debe usar el comando "Particionar y Formatear".</th> </tr> <tr> <th colspan="3"><?php echo $TbMsg["WARN_DISKSIZE"]; ?></th> </tr> <tr> <th colspan="3"><?php echo $TbMsg["WARN_REBOOTAFTER"]; ?></th> </tr> <tr id="warngpt" style="display:none"> |