From 302a776c5fd7be3ecd79b02f642f4e8dbee41a3b Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Wed, 19 Jan 2022 16:24:04 +0100 Subject: Show disk and partition size in mebibytes This commit converts disk and partition size from kibibytes to mebibytes to improve usability. Disk and partition size are used in "Client details" and "Partition & format" forms. It also returns size to kibibytes when creating /setup API payload as required by ogServer. --- ogcp/templates/actions/setup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ogcp/templates/actions/setup.html') diff --git a/ogcp/templates/actions/setup.html b/ogcp/templates/actions/setup.html index a2f71f9..8b5b003 100644 --- a/ogcp/templates/actions/setup.html +++ b/ogcp/templates/actions/setup.html @@ -9,7 +9,7 @@ Partition Table - Total Disk Size (KB) + Total Disk Size (MB) @@ -27,7 +27,7 @@ Partition Type Filesytem - Size (KB) + Size (MB) Format? -- cgit v1.2.3-18-g5258