Put services reset to standard memory where it belongs

This commit is contained in:
Johannes Zellner
2020-12-04 17:36:38 +01:00
parent c9fd832af1
commit bc4bce6db5
2 changed files with 8 additions and 2 deletions
+4
View File
@@ -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;