コード例 #1
0
 def __init__(self):
     BaseItem.__init__(self, 'save template', 'filesave',
                       'save template to trait', 'save template to trait')
コード例 #2
0
 def __init__(self, suite):
     msg = 'manage suite %s' % suite
     BaseItem.__init__(self, msg, 'colors', msg, msg)
コード例 #3
0
 def __init__(self):
     BaseItem.__init__(self, 'Diff', 'kdmconfig',
                       'Diff', 'Diff')
コード例 #4
0
 def __init__(self):
     BaseItem.__init__(self, 'Edit Templates', 'colors',
                       'edit templates', 'edit templates')
コード例 #5
0
 def __init__(self):
     comment = 'manage disks'
     BaseItem.__init__(self, comment, 'filesave', comment, comment)
コード例 #6
0
 def __init__(self):
     comment = 'manage kernels'
     BaseItem.__init__(self, comment, 'memory', comment, comment)
コード例 #7
0
 def __init__(self):
     comment = 'manage machine types'
     BaseItem.__init__(self, comment, 'memory', comment, comment)
コード例 #8
0
 def __init__(self):
     comment = 'manage filesystems'
     BaseItem.__init__(self, comment, 'blockdevice', comment, comment)
コード例 #9
0
 def __init__(self):
     comment = 'manage disks'
     BaseItem.__init__(self, comment, 'misc', comment, comment)
コード例 #10
0
 def __init__(self):
     BaseItem.__init__(self, 'manage machines', 'camera',
                       'manage machines', 'manage machines')
コード例 #11
0
 def __init__(self):
     comment = 'manage filesystems'
     BaseItem.__init__(self, comment, 'misc', comment, comment)
コード例 #12
0
ファイル: actions.py プロジェクト: pombredanne/paella-svn
 def __init__(self):
     BaseItem.__init__(self, 'manage machines', 'camera', 'manage machines',
                       'manage machines')
コード例 #13
0
ファイル: actions.py プロジェクト: pombredanne/paella-svn
 def __init__(self):
     comment = 'manage disks'
     BaseItem.__init__(self, comment, 'misc', comment, comment)
コード例 #14
0
ファイル: actions.py プロジェクト: pombredanne/paella-svn
 def __init__(self):
     comment = 'manage filesystems'
     BaseItem.__init__(self, comment, 'misc', comment, comment)
コード例 #15
0
 def __init__(self):
     BaseItem.__init__(self, 'Add User', 'filenew',
                       'Add Database User', 'adds a user to the database server')
コード例 #16
0
 def __init__(self):
     comment = 'manage machine types'
     BaseItem.__init__(self, comment, 'openterm', comment, comment)
コード例 #17
0
 def __init__(self):
     BaseItem.__init__(self, 'Add Group', 'folder_new',
                       'Add Database Group', 'adds a group to the database server')
コード例 #18
0
 def __init__(self):
     BaseItem.__init__(self, 'Manage Families', 'personal',
                       'Manage Families', 'Manage Families')
コード例 #19
0
 def __init__(self):
     BaseItem.__init__(self, 'Add Schema', 'appearance',
                       'Add Database Schema', 'adds a new schema to the database')
コード例 #20
0
 def __init__(self):
     comment = 'manage mounts'
     BaseItem.__init__(self, comment, 'folder', comment, comment)
コード例 #21
0
 def __init__(self):
     BaseItem.__init__(self, 'Manage Tickets', 'contents',
                       'Manage Tickets', 'manage or brouse Tickets')
コード例 #22
0
 def __init__(self):
     BaseItem.__init__(self, 'Diff', 'view_left_right',
                       'Diff', 'Diff')
コード例 #23
0
 def __init__(self):
     BaseItem.__init__(self, 'Manage Tasks', 'attach',
                       'Manage Tasks', 'manage or brouse Tasks')
コード例 #24
0
 def __init__(self):
     BaseItem.__init__(self, 'edit', 'edit',
                       'edit', 'edit')
コード例 #25
0
 def __init__(self):
     BaseItem.__init__(self, 'Manage Troubles', 'system',
                       'Manage Troubles', 'manage or brouse Troubles')
コード例 #26
0
 def __init__(self):
     BaseItem.__init__(self, 'systarball', 'fileopen',
                       'open system tarball', 'open system tarball')
コード例 #27
0
 def __init__(self):
     BaseItem.__init__(self, 'Configure Konsultant', 'configure',
                       'Configure Konsultant', 'Configure Konsultant')
コード例 #28
0
 def __init__(self):
     BaseItem.__init__(self, 'change suite', 'colors',
                       'change suite', 'change suite')
コード例 #29
0
 def __init__(self):
     BaseItem.__init__(self, 'Administer Database', 'tool_expert',
                       'Administer Database', 'administers database')
コード例 #30
0
 def __init__(self):
     BaseItem.__init__(self, 'manage machines', 'gohome',
                       'manage machines', 'manage machines')
コード例 #31
0
ファイル: actions.py プロジェクト: pombredanne/paella-svn
 def __init__(self):
     comment = 'manage machine types'
     BaseItem.__init__(self, comment, 'memory', comment, comment)