Skip to content

Commit

Permalink
Merge pull request #725 from vatesfr/pierre-vm-view-ui-enhancements
Browse files Browse the repository at this point in the history
New VM: fixed summary refresh (Fix #721)
  • Loading branch information
olivierlambert committed Feb 11, 2016
2 parents 912f072 + 3535486 commit 5f2f6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/modules/new-vm/view.jade
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ form.form-horizontal(ng-submit="createVMs()")
.grid-cell
//- p.stat-name RAM
p.center.big(tooltip="RAM")
span(ng-if="memory") {{memory}} {{memoryUnit}}
span(ng-if="!memory") {{template.memory.size | bytesToSize}}
span(ng-if="memoryValue") {{memoryValue}} {{memoryUnit}}
span(ng-if="!memoryValue") {{template.memory.size | bytesToSize}}
|  
i.xo-icon-memory
.grid-cell
Expand Down

0 comments on commit 5f2f6ff

Please sign in to comment.