mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 02:22:56 +01:00
cases.ProcessList: Beautify _row_name()
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
e43deb371e
commit
cecd749ce9
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ from ..ListCmd import ListCmd
|
||||||
|
|
||||||
class ProcessList(ListCmd): # export
|
class ProcessList(ListCmd): # export
|
||||||
|
|
||||||
|
def _row_name(self, row):
|
||||||
|
return '{}@{}'.format(row['user'], row['cmd'])
|
||||||
|
|
||||||
# Override as needed.
|
# Override as needed.
|
||||||
def _row_info(self):
|
def _row_info(self):
|
||||||
return (
|
return (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue