Remove unused v1beta2 references from web ui

This commit is contained in:
BC Broussard
2015-06-04 00:19:06 -07:00
parent 1590403949
commit 0ec8b9b665
16 changed files with 76 additions and 218 deletions

View File

@@ -22,7 +22,7 @@ ServiceController.prototype.handleError = function(data, status, headers, config
app.controller('ServiceCtrl', [
'$scope',
'$routeParams',
'k8sv1Beta3Api',
'k8sApi',
'$location',
function($scope, $routeParams, k8sApi, $location) {
$scope.controller = new ServiceController();