041 shy in excel export fix

This commit is contained in:
2026-04-07 19:55:22 +03:00
parent 721a4da90d
commit aca4f461d5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -76,7 +76,7 @@
<!--- global settings --->
<cfset request.RECORDS_PER_PAGE=500/>
<cfset request.APP_VERSION="0.00.040"/>
<cfset request.APP_VERSION="0.00.041"/>
<cfset request.STAND=getStand()/>
<cflock scope="application" type="readonly" timeout=3>
+2 -2
View File
@@ -92,7 +92,7 @@ select
<d:field title="Models">h.models</d:field>
<d:field title="Hosts total">h.hosts_total</d:field>
<d:field title="Hosts HA">h.hosts_ha</d:field>
<d:field title="Hosts in mainte&shy;nance">h.hosts_in_maintenance</d:field>
<d:field title="Hosts in mainte nance">h.hosts_in_maintenance</d:field>
<d:field title="Hosts in service">h.hosts_in_service</d:field>
<d:field title="Cores Total">h.cores</d:field>
<d:field title="Cores in service">h.cores_in_service</d:field>
@@ -113,7 +113,7 @@ select
<d:field title="VM RAM GB used">u.vm_ram_used</d:field>
<d:field title="RAM alloc %">round((u.vm_ram_alloc/c.ram)::numeric,2)*100 as GB_alloc_perc</d:field>
<d:field title="RAM usage %">round((u.vm_ram_used/c.ram)::numeric,2)*100 as GB_usage_perc</d:field>
<d:field title="Пере&shy;подписка vCPU">round((u.vm_cores/c.cores)::numeric,1) as oversubscription</d:field>
<d:field title="Пере подписка vCPU">round((u.vm_cores/c.cores)::numeric,1) as oversubscription</d:field>
<d:field title="VM cores">u.vm_cores</d:field>
<d:field title="VM">u.vms</d:field>
<d:field title="VM CPU Usage %">u.vm_ghz_usage/h.ghz_in_service*100 as vm_cpu_usage_perc</d:field>