diff --git a/Application.cfc b/Application.cfc index e26f7e7..236d218 100644 --- a/Application.cfc +++ b/Application.cfc @@ -5,7 +5,7 @@ - + @@ -99,7 +99,7 @@ - + diff --git a/payg.cfm b/payg.cfm index 4b1d871..c8dacd2 100644 --- a/payg.cfm +++ b/payg.cfm @@ -227,7 +227,7 @@ select -select wz, code || '.cpu-m' as code, core_h as raw_metric, core_h as metric, core_h as chargeable_metric from qComputing +select wz, code || '.vcpu-m' as code, core_h as raw_metric, core_h as metric, core_h as chargeable_metric from qComputing union all select wz, code || '.ram-m' as code, gb_h as raw_metric, gb_h as metric, gb_h as chargeable_metric from qComputing union all diff --git a/testds.cfm b/Новый текстовый документ.txt similarity index 100% rename from testds.cfm rename to Новый текстовый документ.txt