mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-31 09:29:38 +00:00
changing video card model functionality added to options.
This commit is contained in:
@@ -480,7 +480,7 @@ class wvmConnect(object):
|
||||
"""Get available image filename extensions"""
|
||||
return ['img', 'qcow', 'qcow2']
|
||||
|
||||
def get_video(self):
|
||||
def get_video_models(self):
|
||||
""" Get available graphics video types """
|
||||
def get_video_list(ctx):
|
||||
result = []
|
||||
|
||||
Reference in New Issue
Block a user