remove enterprise checks

This commit is contained in:
Girish Ramakrishnan
2018-01-23 11:55:36 -08:00
parent 7b7e94d3d6
commit 6edad6b986
3 changed files with 38 additions and 3 deletions

View File

@@ -20,7 +20,6 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f
$scope.showDNSSetup = false;
$scope.instanceId = '';
$scope.explicitZone = search.zone || '';
$scope.isEnterprise = !!search.enterprise;
$scope.isDomain = false;
$scope.isSubdomain = false;