mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
Float cost in disk (update template) (#512)
This commit is contained in:
parent
6112908ee5
commit
1cc73b25d5
@ -140,7 +140,7 @@ define(function(require) {
|
||||
});
|
||||
|
||||
context.on("change", "#DISK_COST", function() {
|
||||
var disk = parseInt(document.getElementById('DISK_COST').value);
|
||||
var disk = parseFloat(document.getElementById('DISK_COST').value);
|
||||
that.templateDISKS = JSON.parse(localStorage.getItem("disksJSON"));
|
||||
if (that.templateDISKS){
|
||||
var totalGB = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user