Put services reset to standard memory where it belongs
This commit is contained in:
@@ -105,6 +105,10 @@ angular.module('Application').controller('ServicesController', ['$scope', '$loca
|
||||
});
|
||||
},
|
||||
|
||||
resetToDefaults: function () {
|
||||
$scope.serviceConfigure.memoryLimit = 536870912; // 512MB default
|
||||
},
|
||||
|
||||
reset: function () {
|
||||
$scope.serviceConfigure.busy = false;
|
||||
$scope.serviceConfigure.error = null;
|
||||
|
||||
Reference in New Issue
Block a user