Skip to content

Commit

Permalink
Merge pull request #52 from can-anierzad/fix/remove-user-ui-from-deploy
Browse files Browse the repository at this point in the history
Remove user management from deploy app
  • Loading branch information
Martin Kennish authored Feb 13, 2019
2 parents f6398bb + 9067d4f commit 9978385
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 87 deletions.
7 changes: 1 addition & 6 deletions PolyDeploy/Clients/Deploy/src/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.state('install.upload', {
url: '/upload',
template: require('./templates/upload.html'),
controller: require('./controllers/UploadController')
controller: 'UploadController'
})
.state('install.summary', {
template: require('./templates/summary.html'),
Expand All @@ -21,11 +21,6 @@
.state('install.result', {
template: require('./templates/result.html'),
controller: 'ResultController'
})
.state('manage-users', {
url: '/manage-users',
template: require('./templates/manage-users.html'),
controller: 'ManageUsersController'
});

// Add $http interceptor for DNN Services Framework.
Expand Down
80 changes: 0 additions & 80 deletions PolyDeploy/Clients/Deploy/src/js/templates/manage-users.html

This file was deleted.

1 change: 0 additions & 1 deletion PolyDeploy/PolyDeploy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@
<Content Include="Clients\Core\src\js\services\APIUserDataService.js" />
<Content Include="Clients\Core\src\js\services\SessionDataService.js" />
<Content Include="Clients\Deploy\src\js\services\SessionService.js" />
<Content Include="Clients\Deploy\src\js\templates\manage-users.html" />
<Content Include="Clients\Deploy\src\js\templates\result.html" />
<Content Include="Clients\Deploy\src\js\templates\upload.html" />
<Content Include="Clients\Deploy\src\js\templates\summary.html" />
Expand Down

0 comments on commit 9978385

Please # to comment.