add cpuShares
This commit is contained in:
@@ -171,6 +171,8 @@ angular.module('Application').controller('ActivityController', ['$scope', '$loca
|
||||
return 'Icon of ' + appName(app) + ' was changed';
|
||||
} else if (data.memoryLimit) {
|
||||
return 'Memory limit of ' + appName(app) + ' was set to ' + data.memoryLimit;
|
||||
} else if (data.cpuShares) {
|
||||
return 'CPU shares of ' + appName(app) + ' was set to ' + data.cpuShares;
|
||||
} else if (data.env) {
|
||||
return 'Env vars of ' + appName(app) + ' was changed';
|
||||
} else if ('debugMode' in data) { // since it can be null
|
||||
|
||||
Reference in New Issue
Block a user