Skip to content

Commit

Permalink
Merge pull request kubernetes#736 from vmarmol/name
Browse files Browse the repository at this point in the history
Change Cgroup to Container in ps output.
  • Loading branch information
rjnagal committed May 22, 2015
2 parents a96f2f9 + 913d856 commit cc2ba84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/static/containers_js.go
Expand Up @@ -478,7 +478,7 @@ function drawProcesses(isRoot, rootDir, processInfo) {
var titleTypes = ['string', 'number', 'number', 'string', 'number', 'number', 'number', 'number', 'string', 'string', 'string'];
var sortIndex = 4
if (isRoot) {
titles.push("Cgroup");
titles.push("Container");
titleTypes.push('string');
}
var data = []
Expand Down

0 comments on commit cc2ba84

Please sign in to comment.