Exemple #1
0
 def __init__(self):
     comment = 'manage machine types'
     BaseItem.__init__(self, comment, 'openterm', comment, comment)
 def __init__(self):
     comment = 'manage disks'
     BaseItem.__init__(self, comment, 'filesave', comment, comment)
 def __init__(self):
     comment = 'manage kernels'
     BaseItem.__init__(self, comment, 'memory', comment, comment)
Exemple #4
0
 def __init__(self):
     tt = 'Import the database from a previous xml export.'
     BaseItem.__init__(self, 'Import database', 'restore', tt, tt)
 def __init__(self):
     comment = 'manage machine types'
     BaseItem.__init__(self, comment, 'openterm', comment, comment)
Exemple #6
0
 def __init__(self):
     BaseItem.__init__(self, 'Install machine', 'rebuild',
                       'Install a machine', 'Install a machine')
Exemple #7
0
 def __init__(self):
     BaseItem.__init__(self, 'Launch machine', 'launch',
                       'Launch a machine', 'Launch a machine')
Exemple #8
0
 def __init__(self):
     comment = "manage diskconfig"
     BaseItem.__init__(self, comment, "blockdevice", comment, comment)
Exemple #9
0
 def __init__(self):
     comment = "manage kernels"
     BaseItem.__init__(self, comment, "memory", comment, comment)
Exemple #10
0
 def __init__(self):
     comment = 'manage kernels'
     BaseItem.__init__(self, comment, 'memory', comment, comment)
Exemple #11
0
 def __init__(self):
     BaseItem.__init__(self, 'manage machines', 'gohome', 'manage machines',
                       'manage machines')
Exemple #12
0
 def __init__(self):
     comment = 'manage mounts'
     BaseItem.__init__(self, comment, 'folder', comment, comment)
Exemple #13
0
 def __init__(self):
     comment = 'manage disks'
     BaseItem.__init__(self, comment, 'filesave', comment, comment)
Exemple #14
0
 def __init__(self):
     comment = 'manage filesystems'
     BaseItem.__init__(self, comment, 'blockdevice', comment, comment)
Exemple #15
0
 def __init__(self):
     BaseItem.__init__(self, 'Bootstrap System', 'boot',
                       'Bootstrap System', 'Bootstrap System')
Exemple #16
0
 def __init__(self):
     BaseItem.__init__(self, "manage machines", "system", "manage machines", "manage machines")
Exemple #17
0
 def __init__(self):
     BaseItem.__init__(self, 'Backup machine', 'filesave',
                       'Backup machine into archive', 'Backup machine into archive')
Exemple #18
0
 def __init__(self):
     BaseItem.__init__(self, 'Bootstrap System', 'boot', 'Bootstrap System',
                       'Bootstrap System')
Exemple #19
0
 def __init__(self):
     BaseItem.__init__(self, 'Restore machine', 'redo',
                       'Restore a machine from previous backup',
                       'Restore a machine from previous backup')
Exemple #20
0
 def __init__(self):
     BaseItem.__init__(self, 'Backup machine', 'filesave',
                       'Backup machine into archive',
                       'Backup machine into archive')
Exemple #21
0
 def __init__(self):
     BaseItem.__init__(self, 'Edit .umlmachines.conf file',
                       'edit', 'Edit the main configuration',
                       'Edit the main configuration')
Exemple #22
0
 def __init__(self):
     BaseItem.__init__(self, 'Install machine', 'rebuild',
                       'Install a machine', 'Install a machine')
Exemple #23
0
 def __init__(self):
     tt = 'Export the database to xml.'
     BaseItem.__init__(self, 'Export database', 'export', tt, tt)
Exemple #24
0
 def __init__(self):
     BaseItem.__init__(self, 'Restore machine', 'redo',
                       'Restore a machine from previous backup',
                       'Restore a machine from previous backup')
 def __init__(self):
     comment = 'manage filesystems'
     BaseItem.__init__(self, comment, 'blockdevice', comment, comment)
Exemple #26
0
 def __init__(self):
     BaseItem.__init__(self, 'Launch machine', 'launch', 'Launch a machine',
                       'Launch a machine')
 def __init__(self):
     comment = 'manage mounts'
     BaseItem.__init__(self, comment, 'folder', comment, comment)
Exemple #28
0
 def __init__(self):
     BaseItem.__init__(self, 'Edit .umlmachines.conf file', 'edit',
                       'Edit the main configuration',
                       'Edit the main configuration')
 def __init__(self):
     BaseItem.__init__(self, 'manage machines', 'gohome',
                       'manage machines', 'manage machines')
 def __init__(self):
     BaseItem.__init__(self, 'New Tag', 'add', 'Create a new tag', 'Create a new tag')