equal
deleted
inserted
replaced
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""" |