web/views/management.py
branchtls-sprint
changeset 742 99115e029dca
parent 731 ac4a94e50b60
child 836 2ca048a43240
equal deleted inserted replaced
739:39721e56b56d 742:99115e029dca
   268     binfo += '\n'
   268     binfo += '\n'
   269     return binfo
   269     return binfo
   270 
   270 
   271 class ProcessInformationView(StartupView):
   271 class ProcessInformationView(StartupView):
   272     id = 'info'
   272     id = 'info'
   273     __selectors__ = (none_rset, match_user_groups('managers'),)
   273     __select__ = none_rset() & match_user_groups('managers')
   274     
   274     
   275     title = _('server information')
   275     title = _('server information')
   276 
   276 
   277     def call(self, **kwargs):
   277     def call(self, **kwargs):
   278         """display server information"""
   278         """display server information"""