Remove already hidden task stop button
This commit is contained in:
@@ -1209,13 +1209,6 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
|
||||
});
|
||||
},
|
||||
|
||||
stopAppTask: function (taskId) {
|
||||
Client.stopTask(taskId, function (error) {
|
||||
// we can ignore a call trying to cancel an already done task
|
||||
if (error && error.statusCode !== 409) Client.error(error);
|
||||
});
|
||||
},
|
||||
|
||||
restartBusy: false,
|
||||
restartApp: function () {
|
||||
$scope.repair.restartBusy = true;
|
||||
|
||||
Reference in New Issue
Block a user