Ejemplo n.º 1
0
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()
     self.__name = None
     self.__capacity = None
     self.__allocation = None
     self.__formats = None
Ejemplo n.º 2
0
 def __init__(self):
     StorageListConfigScreen.__init__(self, "Add A New Storage Volume")
     self.__config = StorageVolumeConfig()