Ejemplo n.º 1
0
 def __init__(self):
     BaseItem.__init__(self, 'Diff', 'view_left_right', 'Diff', 'Diff')
Ejemplo n.º 2
0
 def __init__(self):
     tt = 'Open SuiteManager'
     BaseItem.__init__(self, tt, 'colors', tt, tt)
Ejemplo n.º 3
0
 def __init__(self):
     tt = 'Manage Apt Keys'
     BaseItem.__init__(self, tt, 'lock', tt, tt)
Ejemplo n.º 4
0
 def __init__(self):
     comment = 'manage kernels'
     BaseItem.__init__(self, comment, 'memory', comment, comment)
Ejemplo n.º 5
0
 def __init__(self):
     tt = 'Disconnect from a database'
     BaseItem.__init__(self, 'Disconnect from database', 'connect_no', tt,
                       tt)
Ejemplo n.º 6
0
 def __init__(self):
     BaseItem.__init__(self, 'change suite', 'colors', 'change suite',
                       'change suite')
Ejemplo n.º 7
0
 def __init__(self):
     comment = 'manage machine types'
     BaseItem.__init__(self, comment, 'openterm', comment, comment)
Ejemplo n.º 8
0
 def __init__(self):
     comment = "manage kernels"
     BaseItem.__init__(self, comment, "memory", comment, comment)
Ejemplo n.º 9
0
 def __init__(self):
     BaseItem.__init__(self, "manage machines", "system", "manage machines", "manage machines")
Ejemplo n.º 10
0
 def __init__(self):
     BaseItem.__init__(self, 'manage machines', 'gohome', 'manage machines',
                       'manage machines')
Ejemplo n.º 11
0
 def __init__(self):
     comment = "manage diskconfig"
     BaseItem.__init__(self, comment, "blockdevice", comment, comment)
Ejemplo n.º 12
0
 def __init__(self):
     comment = 'manage mounts'
     BaseItem.__init__(self, comment, 'folder', comment, comment)
Ejemplo n.º 13
0
 def __init__(self):
     comment = 'manage disks'
     BaseItem.__init__(self, comment, 'filesave', comment, comment)
Ejemplo n.º 14
0
 def __init__(self):
     comment = 'manage filesystems'
     BaseItem.__init__(self, comment, 'blockdevice', comment, comment)
Ejemplo n.º 15
0
 def __init__(self):
     BaseItem.__init__(self, 'edit', 'edit', 'edit', 'edit')
Ejemplo n.º 16
0
 def __init__(self):
     BaseItem.__init__(self, 'Bootstrap System', 'boot', 'Bootstrap System',
                       'Bootstrap System')
Ejemplo n.º 17
0
 def __init__(self):
     BaseItem.__init__(self, 'systarball', 'fileopen',
                       'open system tarball', 'open system tarball')
Ejemplo n.º 18
0
 def __init__(self):
     BaseItem.__init__(self, 'Backup machine', 'filesave',
                       'Backup machine into archive',
                       'Backup machine into archive')
Ejemplo n.º 19
0
 def __init__(self):
     comment = 'manage kernels'
     BaseItem.__init__(self, comment, 'memory', comment, comment)
Ejemplo n.º 20
0
 def __init__(self):
     BaseItem.__init__(self, 'Install machine', 'rebuild',
                       'Install a machine', 'Install a machine')
Ejemplo n.º 21
0
 def __init__(self):
     comment = 'manage disks'
     BaseItem.__init__(self, comment, 'filesave', comment, comment)
Ejemplo n.º 22
0
 def __init__(self):
     BaseItem.__init__(self, 'Restore machine', 'redo',
                       'Restore a machine from previous backup',
                       'Restore a machine from previous backup')
Ejemplo n.º 23
0
 def __init__(self):
     comment = 'manage machine types'
     BaseItem.__init__(self, comment, 'openterm', comment, comment)
Ejemplo n.º 24
0
 def __init__(self):
     BaseItem.__init__(self, 'Launch machine', 'launch', 'Launch a machine',
                       'Launch a machine')
Ejemplo n.º 25
0
 def __init__(self):
     BaseItem.__init__(self, 'Manage Families', 'personal',
                       'Manage Families', 'Manage Families')
Ejemplo n.º 26
0
 def __init__(self):
     BaseItem.__init__(self, 'Edit .umlmachines.conf file', 'edit',
                       'Edit the main configuration',
                       'Edit the main configuration')
Ejemplo n.º 27
0
 def __init__(self):
     tt = 'Manage Apt Sources'
     BaseItem.__init__(self, tt, 'player_playlist', tt, tt)
Ejemplo n.º 28
0
 def __init__(self):
     BaseItem.__init__(self, 'Bootstrap System', 'boot',
                       'Bootstrap System', 'Bootstrap System')
Ejemplo n.º 29
0
 def __init__(self):
     tt = "Identify Machines"
     BaseItem.__init__(self, tt, 'id', tt, tt)
Ejemplo n.º 30
0
 def __init__(self):
     BaseItem.__init__(self, 'Backup machine', 'filesave',
                       'Backup machine into archive', 'Backup machine into archive')
Ejemplo n.º 31
0
 def __init__(self):
     BaseItem.__init__(self, 'Diff', 'kdmconfig', 'Diff', 'Diff')
Ejemplo n.º 32
0
 def __init__(self):
     BaseItem.__init__(self, 'Install machine', 'rebuild',
                       'Install a machine', 'Install a machine')
Ejemplo n.º 33
0
 def __init__(self):
     BaseItem.__init__(self, 'Edit Templates', 'colors', 'edit templates',
                       'edit templates')
Ejemplo n.º 34
0
 def __init__(self):
     BaseItem.__init__(self, 'Restore machine', 'redo',
                       'Restore a machine from previous backup',
                       'Restore a machine from previous backup')
Ejemplo n.º 35
0
 def __init__(self):
     BaseItem.__init__(self, 'save template', 'filesave',
                       'save template to trait', 'save template to trait')
Ejemplo n.º 36
0
 def __init__(self):
     BaseItem.__init__(self, 'Launch machine', 'launch',
                       'Launch a machine', 'Launch a machine')
Ejemplo n.º 37
0
 def __init__(self):
     comment = 'manage diskconfig'
     BaseItem.__init__(self, comment, 'blockdevice', comment, comment)
Ejemplo n.º 38
0
 def __init__(self):
     BaseItem.__init__(self, 'Edit .umlmachines.conf file',
                       'edit', 'Edit the main configuration',
                       'Edit the main configuration')
Ejemplo n.º 39
0
 def __init__(self):
     BaseItem.__init__(self, 'manage machines', 'system', 'manage machines',
                       'manage machines')
Ejemplo n.º 40
0
 def __init__(self):
     tt = 'Import the database from a previous xml export.'
     BaseItem.__init__(self, 'Import database', 'restore', tt, tt)
Ejemplo n.º 41
0
 def __init__(self):
     comment = 'manage filesystems'
     BaseItem.__init__(self, comment, 'blockdevice', comment, comment)
Ejemplo n.º 42
0
 def __init__(self):
     tt = 'Export the database to xml.'
     BaseItem.__init__(self, 'Export database', 'export', tt, tt)
Ejemplo n.º 43
0
 def __init__(self):
     comment = 'manage mounts'
     BaseItem.__init__(self, comment, 'folder', comment, comment)
Ejemplo n.º 44
0
 def __init__(self):
     tt = 'Connect to a database'
     BaseItem.__init__(self, 'Connect to database', 'connect_creating', tt,
                       tt)
Ejemplo n.º 45
0
 def __init__(self):
     BaseItem.__init__(self, 'manage machines', 'gohome',
                       'manage machines', 'manage machines')
Ejemplo n.º 46
0
 def __init__(self):
     BaseItem.__init__(self, 'New Tag', 'add', 'Create a new tag', 'Create a new tag')