summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/comandos/Configurar.php
Commit message (Collapse)AuthorAgeFilesLines
* #1008 Improve Setup form user experienceJavier Sánchez Parra2021-02-221-7/+17
| | | | | | | | | | Setup (Particionar y Formatear) forms do not show new features clearly. Table type selector goes unnoticed and change disk button might be taken (incorrectly) as the accept button. This commit improves user experience of the setup command form: * Highlights and centers table type selector. * Changes text of change disk button.
* #1008 Remove unused variableJavier Sánchez Parra2021-01-121-2/+0
| | | | | | | | | | | Apache reports: [Tue Dec 22 12:07:01.664403 2020] [proxy_fcgi:error] [pid 1386] [client 10.1.12.17:46950] AH01071: Got error 'PHP message: PHP Notice: Undefined variable: cadenaid in /opt/opengnsys/www/comandos/Configurar.php on line 158\nPHP message: PHP Notice: Undefined variable: mindisks in /opt/opengnsys/www/comandos/Configurar.php on line 201\n'
* #1008 Add support to work with GPT tablesJavier Sánchez Parra2020-11-271-0/+20
| | | | | | | | | | | | | | | | | | WebConsole needs to rely on /shell/run to work with GPT tables. Because "Partition and Format"/"Particionar y Formatear" form always supposes that the partition table is MBR/MSDOS. "Setup"/"Configurar" script from "Cloning Engine" also supposes that the partition table is MBR/MSDOS. But it uses "Boot.lib" library, that can create MBR and GTP partitions. This commit: * Adds WebConsole support to work with GPT tables. - Adds input field where the user can select between MSDOS and GPT table types. * Adds "Setup" support to work with GPT tables. - Adds script parameter that expects a string with "MSDOS" or "GPT".
* #1008 Add support for partitioning several disksJavier Sánchez Parra2020-11-251-1/+47
| | | | | | | WebConsole only supports for partitioning and formatting the first disk of the client. POST /setup calls in ogserver and ogclient support for multiple disks. Update WebConsole to allow to choose which disk do you want to partition and format.
* #804 Restore image and partition command: Fix the error when ungroup ↵Irina Gómez2019-10-281-0/+5
| | | | computers is selected.
* #834: Fixing more code cleanup: some file encoding, CSS units, Javascript ↵Ramón M. Gómez2019-02-041-3/+3
| | | | comparisons, HTML tags, PHP variables.
* #814: Sustituir las etiquetas cortas de php por el formato largopablombg2017-11-081-17/+17
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5502 a21b9725-9963-47de-94b9-378ad31fedc9
* #806 Comando particionar y formatear: internacionalización y cambio de estiloirina2017-09-281-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5437 a21b9725-9963-47de-94b9-378ad31fedc9
* 806 Comando particionar y formatear: se modifica javascript para que ↵irina2017-09-271-0/+1
| | | | | | controle el tamaño total de las particiones. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5436 a21b9725-9963-47de-94b9-378ad31fedc9
* #601: Integrar código del ticket:601 en rama de desarrollo.ramon2013-05-211-76/+9
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3807 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.5: No mostrar datos del disco en formulario del comando ↵ramon2013-05-201-7/+7
| | | | | | Particionar y Formatear. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3806 a21b9725-9963-47de-94b9-378ad31fedc9
* Cambiar desplegable de operaciones por checkbox de formateoalonso2013-04-091-12/+6
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3736 a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3704 ↵alonso2013-03-191-1/+1
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3703 ↵alonso2013-03-191-9/+5
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3701 ↵alonso2013-03-191-1/+1
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3674 ↵alonso2013-03-081-2/+7
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/branches/version1.0@3673 ↵alonso2013-03-081-1/+1
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.4, #505: Llamar a función de sondeo en comandos para aulas.ramon2012-06-211-1/+4
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3232 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.4, #505: Incluir mensajes de opciones de comandos.ramon2012-06-121-0/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@3180 a21b9725-9963-47de-94b9-378ad31fedc9
* Versión 1.0.4, #505: Integrar código del ticket para filtro de ejecución ↵ramon2012-06-121-19/+6
| | | | | | comandos. git-svn-id: https://opengnsys.es/svn/branches/version1.0@3176 a21b9725-9963-47de-94b9-378ad31fedc9
* version 1.0.4 #245 Internacionalizacion: botones acceptar y gestion iconosirina2012-03-151-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2897 a21b9725-9963-47de-94b9-378ad31fedc9
* #483 internacionalización opciones de comandos. TODO nombre de los comandosadv2012-02-091-0/+2
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.0@2549 a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/trunk@1314 ↵alonso2010-10-231-0/+260
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/trunk@1313 ↵alonso2010-10-231-432/+0
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/trunk@1079 ↵alonso2010-07-011-114/+131
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/trunk@1076 ↵alonso2010-07-011-6/+6
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* primeros archivos de administraciónalonso2009-11-071-5/+6
| | | | git-svn-id: https://opengnsys.es/svn/trunk@520 a21b9725-9963-47de-94b9-378ad31fedc9
* Borrar caracteres BOM de UTF-8 en ficheros PHP de WebConsole.ramon2009-11-061-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/trunk@514 a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/trunk@489 ↵alonso2009-11-041-0/+414
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/trunk@481 ↵alonso2009-11-041-414/+0
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* git-svn-id: https://opengnsys.es/svn/trunk@469 ↵alonso2009-10-311-1/+1
| | | | a21b9725-9963-47de-94b9-378ad31fedc9
* Reorganización directorios OpenGNSys Admin.ramon2009-10-291-0/+414
git-svn-id: https://opengnsys.es/svn/trunk@455 a21b9725-9963-47de-94b9-378ad31fedc9