add cost
This commit is contained in:
@@ -213,7 +213,8 @@ function calculateCost() {
|
|||||||
domains: parseInt(document.getElementById("domains").value),
|
domains: parseInt(document.getElementById("domains").value),
|
||||||
backupSlots: parseInt(document.getElementById("backupSlots").value),
|
backupSlots: parseInt(document.getElementById("backupSlots").value),
|
||||||
workers: parseInt(document.getElementById("workers").value),
|
workers: parseInt(document.getElementById("workers").value),
|
||||||
hdd: parseInt(document.getElementById("hdd").value)
|
hdd: parseInt(document.getElementById("hdd").value),
|
||||||
|
cost: parseInt(document.getElementById("cost").value)
|
||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user