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