Skip to content

Commit

Permalink
B #2428: Unable to update the Running Memory quota (#2430)
Browse files Browse the repository at this point in the history
(cherry picked from commit bf78882)
  • Loading branch information
Abel Coronado authored and Tino Vazquez committed Sep 18, 2018
1 parent 600b954 commit 06f1ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sunstone/public/app/utils/quotas/quota-widgets.js
Expand Up @@ -375,7 +375,7 @@ define(function(require) {
info.VM_QUOTA.VM.RUNNING_MEMORY,
default_quotas.VM_QUOTA.VM.RUNNING_MEMORY,
{ mb: true,
quota_name: "VM_MEMORY"
quota_name: "RUNNING_VM_MEMORY"
});
} else {
running_memory_bar = _editableQuotaBar(
Expand Down

0 comments on commit 06f1ec3

Please sign in to comment.