Merge pull request #195 from coreos-inc/tidy

Delete all the old UI code and branches for new UI
This commit is contained in:
Jake Moshenko 2015-06-30 14:34:43 -04:00
commit 411ddceee0
63 changed files with 312 additions and 4719 deletions

View file

@ -8,10 +8,7 @@
{
'newLayout': true,
'title': 'Enterprise Registry Setup'
},
// Note: This page has already been converted, but also needs to be available in the old layout
['layout', 'old-layout'])
})
}]);
function SetupCtrl($scope, $timeout, ApiService, Features, UserService, ContainerService, CoreDialog) {