1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

groups list/add/edit

This commit is contained in:
Kyle Spearrin
2017-05-08 16:01:36 -04:00
parent ea82925e14
commit 9c706f07f0
10 changed files with 280 additions and 5 deletions

View File

@@ -149,6 +149,8 @@
<script src="app/organization/organizationVaultEditLoginController.js"></script>
<script src="app/organization/organizationVaultLoginCollectionsController.js"></script>
<script src="app/organization/organizationGroupsController.js"></script>
<script src="app/organization/organizationGroupsAddController.js"></script>
<script src="app/organization/organizationGroupsEditController.js"></script>
<script src="app/organization/organizationCollectionsGroupsController.js"></script>
<script src="app/settings/settingsModule.js"></script>