mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-14 20:07:23 -04:00
xMerge branch 'develop' of https://github.com/nicolargo/glances into develop
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
BIN
glances/outputs/static/public/glances.js
vendored
BIN
glances/outputs/static/public/glances.js
vendored
Binary file not shown.
BIN
glances/outputs/static/public/glances.map.js
vendored
BIN
glances/outputs/static/public/glances.map.js
vendored
Binary file not shown.
Reference in New Issue
Block a user