Remove kube and scshutdown endpoint
This commit is contained in:
parent
e9d24dc5ff
commit
79a05909d5
5 changed files with 2 additions and 218 deletions
|
@ -6,9 +6,7 @@ angular.module('quay-config')
|
|||
function(ApiService, $timeout, Restangular) {
|
||||
var containerService = {};
|
||||
containerService.restartContainer = function(callback) {
|
||||
ApiService.scShutdownContainer(null, null).then(function(resp) {
|
||||
$timeout(callback, 2000);
|
||||
}, ApiService.errorDisplay('Cannot restart container. Please report this to support.'))
|
||||
ApiService.errorDisplay('Removed Endpoint. This error should never be seen.')
|
||||
};
|
||||
|
||||
containerService.scheduleStatusCheck = function(callback, opt_config) {
|
||||
|
|
Reference in a new issue