From 93582da044852ee2e69f25156abede5244fc4984 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 6 Jul 2018 12:49:06 -0400 Subject: [PATCH] collection and group listing from org admin --- jslib | 2 +- src/app/app.module.ts | 2 + .../manage/collections.component.html | 42 ++++++++++++++++++- .../manage/collections.component.ts | 37 +++++++++++++++- .../manage/groups.component.html | 42 ++++++++++++++++++- .../organizations/manage/groups.component.ts | 36 +++++++++++++++- .../vault/groupings.component.ts | 12 +----- src/locales/en/messages.json | 12 ++++++ 8 files changed, 168 insertions(+), 17 deletions(-) diff --git a/jslib b/jslib index a600c4a5398..2a526940fd4 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit a600c4a5398f8893d4cfea298fcfb66f90c3d975 +Subproject commit 2a526940fd4eefd2758ea654b0c7994e0ee12c4e diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 763ee9d9ff5..ac4d2b35064 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -109,6 +109,7 @@ import { TrueFalseValueDirective } from 'jslib/angular/directives/true-false-val import { I18nPipe } from 'jslib/angular/pipes/i18n.pipe'; import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe'; +import { SearchPipe } from 'jslib/angular/pipes/search.pipe'; @NgModule({ imports: [ @@ -189,6 +190,7 @@ import { SearchCiphersPipe } from 'jslib/angular/pipes/search-ciphers.pipe'; PurgeVaultComponent, RegisterComponent, SearchCiphersPipe, + SearchPipe, SettingsComponent, ShareComponent, StopClickDirective, diff --git a/src/app/organizations/manage/collections.component.html b/src/app/organizations/manage/collections.component.html index a3a5fcb7b29..9ff18013063 100644 --- a/src/app/organizations/manage/collections.component.html +++ b/src/app/organizations/manage/collections.component.html @@ -1,3 +1,43 @@ -