Skip to content

Commit

Permalink
Fix(xo-web): show bootable status for vm running pv_in_pvh virtualisa…
Browse files Browse the repository at this point in the history
…tion mode
  • Loading branch information
fbeauchamp committed Jan 18, 2023
1 parent 3c7d316 commit 11b863f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xo-web/src/xo-app/vm/tab-disks.js
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ export default class TabDisks extends Component {
<SortedTable
actions={this.actions}
collection={this._getVbds()}
columns={vm.virtualizationMode === 'pv' ? COLUMNS_VM_PV : COLUMNS}
columns={vm.virtualizationMode === 'pv'|| vm.virtualizationMode === 'pv_in_pvh'? COLUMNS_VM_PV : COLUMNS}
data-resourceSet={resolvedResourceSet}
data-vm={vm}
individualActions={INDIVIDUAL_ACTIONS}
Expand Down

0 comments on commit 11b863f

Please sign in to comment.