public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] updatexlrator.cgi: Fix max disk usage input size
@ 2021-08-12  9:51 Leo-Andres Hofmann
  2021-08-12 10:31 ` Michael Tremer
  2021-08-12 19:01 ` Bernhard Bitsch
  0 siblings, 2 replies; 3+ messages in thread
From: Leo-Andres Hofmann @ 2021-08-12  9:51 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]

Increase to 3 digits to fit a percentage number.

Fixes: #12675

Reported-by: Adolf Belka <adolf.belka(a)ipfire.org>
Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
---
 html/cgi-bin/updatexlrator.cgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/cgi-bin/updatexlrator.cgi b/html/cgi-bin/updatexlrator.cgi
index 9cfe08f4e..4d5cc1370 100644
--- a/html/cgi-bin/updatexlrator.cgi
+++ b/html/cgi-bin/updatexlrator.cgi
@@ -398,7 +398,7 @@ print <<END
 	<td class='base'>$Lang::tr{'updxlrtr passive mode'}:</td>
 	<td class='base'><input type='checkbox' name='PASSIVE_MODE' $checked{'PASSIVE_MODE'}{'on'} /></td>
 	<td class='base'>$Lang::tr{'updxlrtr max disk usage'}:&nbsp;<img src='/blob.gif' alt='*' /></td>
-	<td class='base'><input type='text' name='MAX_DISK_USAGE' value='$xlratorsettings{'MAX_DISK_USAGE'}' size='1' /> %</td>
+	<td class='base'><input type='text' name='MAX_DISK_USAGE' value='$xlratorsettings{'MAX_DISK_USAGE'}' size='3' /> %</td>
 </tr>
 </table>
 <hr size='1'>
-- 
2.27.0.windows.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] updatexlrator.cgi: Fix max disk usage input size
  2021-08-12  9:51 [PATCH] updatexlrator.cgi: Fix max disk usage input size Leo-Andres Hofmann
@ 2021-08-12 10:31 ` Michael Tremer
  2021-08-12 19:01 ` Bernhard Bitsch
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tremer @ 2021-08-12 10:31 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1351 bytes --]

Odd, that this was set to one.

Thank you for looking into this problem.

-Michael

Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>

> On 12 Aug 2021, at 10:51, Leo-Andres Hofmann <hofmann(a)leo-andres.de> wrote:
> 
> Increase to 3 digits to fit a percentage number.
> 
> Fixes: #12675
> 
> Reported-by: Adolf Belka <adolf.belka(a)ipfire.org>
> Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
> ---
> html/cgi-bin/updatexlrator.cgi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/html/cgi-bin/updatexlrator.cgi b/html/cgi-bin/updatexlrator.cgi
> index 9cfe08f4e..4d5cc1370 100644
> --- a/html/cgi-bin/updatexlrator.cgi
> +++ b/html/cgi-bin/updatexlrator.cgi
> @@ -398,7 +398,7 @@ print <<END
> 	<td class='base'>$Lang::tr{'updxlrtr passive mode'}:</td>
> 	<td class='base'><input type='checkbox' name='PASSIVE_MODE' $checked{'PASSIVE_MODE'}{'on'} /></td>
> 	<td class='base'>$Lang::tr{'updxlrtr max disk usage'}:&nbsp;<img src='/blob.gif' alt='*' /></td>
> -	<td class='base'><input type='text' name='MAX_DISK_USAGE' value='$xlratorsettings{'MAX_DISK_USAGE'}' size='1' /> %</td>
> +	<td class='base'><input type='text' name='MAX_DISK_USAGE' value='$xlratorsettings{'MAX_DISK_USAGE'}' size='3' /> %</td>
> </tr>
> </table>
> <hr size='1'>
> -- 
> 2.27.0.windows.1
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] updatexlrator.cgi: Fix max disk usage input size
  2021-08-12  9:51 [PATCH] updatexlrator.cgi: Fix max disk usage input size Leo-Andres Hofmann
  2021-08-12 10:31 ` Michael Tremer
@ 2021-08-12 19:01 ` Bernhard Bitsch
  1 sibling, 0 replies; 3+ messages in thread
From: Bernhard Bitsch @ 2021-08-12 19:01 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1209 bytes --]

Reviewed-by: Bernhard Bitsch <bbitsch(a)ipfire.org>

Am 12.08.2021 um 11:51 schrieb Leo-Andres Hofmann:
> Increase to 3 digits to fit a percentage number.
> 
> Fixes: #12675
> 
> Reported-by: Adolf Belka <adolf.belka(a)ipfire.org>
> Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
> ---
>   html/cgi-bin/updatexlrator.cgi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/html/cgi-bin/updatexlrator.cgi b/html/cgi-bin/updatexlrator.cgi
> index 9cfe08f4e..4d5cc1370 100644
> --- a/html/cgi-bin/updatexlrator.cgi
> +++ b/html/cgi-bin/updatexlrator.cgi
> @@ -398,7 +398,7 @@ print <<END
>   	<td class='base'>$Lang::tr{'updxlrtr passive mode'}:</td>
>   	<td class='base'><input type='checkbox' name='PASSIVE_MODE' $checked{'PASSIVE_MODE'}{'on'} /></td>
>   	<td class='base'>$Lang::tr{'updxlrtr max disk usage'}:&nbsp;<img src='/blob.gif' alt='*' /></td>
> -	<td class='base'><input type='text' name='MAX_DISK_USAGE' value='$xlratorsettings{'MAX_DISK_USAGE'}' size='1' /> %</td>
> +	<td class='base'><input type='text' name='MAX_DISK_USAGE' value='$xlratorsettings{'MAX_DISK_USAGE'}' size='3' /> %</td>
>   </tr>
>   </table>
>   <hr size='1'>
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-12 19:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12  9:51 [PATCH] updatexlrator.cgi: Fix max disk usage input size Leo-Andres Hofmann
2021-08-12 10:31 ` Michael Tremer
2021-08-12 19:01 ` Bernhard Bitsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox