Skip to content

Commit

Permalink
Issue #8: Add a placeholder for adding virtual controllers to VMs
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Apr 20, 2015
1 parent cae6196 commit 7b63c9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pvc/widget/virtualmachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ def display(self):
class VirtualMachineAddHardwareWidget(object):
def __init__(self, agent, dialog, obj):
"""
Widget for add new virtual hardware
Widget for adding new virtual hardware
Args:
agent (VConnector): A VConnector instance
Expand All @@ -1350,6 +1350,10 @@ def __init__(self, agent, dialog, obj):

def display(self):
items = [
pvc.widget.menu.MenuItem(
tag='Controller',
description='Add virtual controller'
),
pvc.widget.menu.MenuItem(
tag='Floppy Drive',
description='Add floppy drive',
Expand Down

0 comments on commit 7b63c9a

Please sign in to comment.