Remove kube and scshutdown endpoint

This commit is contained in:
Sam Chow 2018-06-08 15:33:54 -04:00
parent e9d24dc5ff
commit 79a05909d5
5 changed files with 2 additions and 218 deletions

View file

@ -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) {