xMerge branch 'develop' of https://github.com/nicolargo/glances into develop

This commit is contained in:
nicolargo
2019-04-22 17:19:45 +02:00
3 changed files with 2 additions and 2 deletions

View File

@@ -78,10 +78,10 @@ export default function GlancesPluginProcesslistController($scope, GlancesStats,
process.cmdline = process.name;
}
if (data.isWindows) {
if (data.isWindows && process.username !== null) {
process.username = _.last(process.username.split('\\'));
}
vm.processes.push(process);
}
}

View File

Binary file not shown.

View File

Binary file not shown.