Skip to content

Commit

Permalink
Display PV args for PV guest even if they are empty. Fix #557
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlambert committed Dec 7, 2015
1 parent 43dc999 commit 9368673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/modules/vm/view.jade
Expand Up @@ -81,8 +81,8 @@
| {{memorySize}}
dt UUID
dd {{VM.UUID}}
dt(ng-if="VM.PV_args") PV Args
dd(ng-if="VM.PV_args")
dt(ng-if= "VM.virtualizationMode !== 'hvm'") PV Args
dd(ng-if= "VM.virtualizationMode !== 'hvm'")
span(editable-text="VM.PV_args", e-name="PV_args", e-form="vmSettings")
| {{VM.PV_args}}
dt(ng-if="refreshStatControl.running && stats") Xen tools
Expand Down

0 comments on commit 9368673

Please sign in to comment.