Added missing key equivalence

This commit is contained in:
Jesús Ángel 2019-01-15 10:34:10 +01:00
parent 778e526bdd
commit 944f95142d

View File

@ -78,5 +78,6 @@ export const KeyEquivalenece = {
mtime: 'Last modified',
priority: 'Priority',
cmd: 'CMD',
nlwp: 'NLWP'
nlwp: 'NLWP',
process: 'Process'
};