From cf6794d7c811dfaa8c0a69225598b5f061b45f96 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Wed, 29 May 2024 11:10:55 +0200 Subject: templates: use the correct storage units Use base 2 storage units in html templates as that's the correct representation for the values shown in the web. Remove units such as "Gbytes" and "MB" for their binary byte unit counterparts. --- ogcp/templates/actions/client_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp/templates/actions/client_details.html') diff --git a/ogcp/templates/actions/client_details.html b/ogcp/templates/actions/client_details.html index 620d8eb..42b03c7 100644 --- a/ogcp/templates/actions/client_details.html +++ b/ogcp/templates/actions/client_details.html @@ -22,7 +22,7 @@ {{_('Partition')}} {{_('Type')}} {{_('Filesystem')}} - {{_('Size')}} (MB) + {{_('Size')}} (MiB) {{_('Image')}} -- cgit v1.2.3-18-g5258