diff --git a/jslib b/jslib index 36ab2ec78b..bded5eb625 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 36ab2ec78b0b235008312ab70c16882d28fd76b7 +Subproject commit bded5eb625e3eb8f7577ad3da54d5c3b7e543eb0 diff --git a/src/app/app.module.ts b/src/app/app.module.ts index d520727ec7..c41493157f 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -32,6 +32,9 @@ import { RegisterComponent } from './accounts/register.component'; import { TwoFactorOptionsComponent } from './accounts/two-factor-options.component'; import { TwoFactorComponent } from './accounts/two-factor.component'; +import { + CollectionAddEditComponent as OrgCollectionAddEditComponent, +} from './organizations/manage/collection-add-edit.component'; import { CollectionsComponent as OrgManageCollectionsComponent } from './organizations/manage/collections.component'; import { EntityUsersComponent as OrgEntityUsersComponent } from './organizations/manage/entity-users.component'; import { EventsComponent as OrgEventsComponent } from './organizations/manage/events.component'; @@ -171,6 +174,7 @@ import { SearchPipe } from 'jslib/angular/pipes/search.pipe'; OrgAddEditComponent, OrgAttachmentsComponent, OrgCiphersComponent, + OrgCollectionAddEditComponent, OrgCollectionsComponent, OrgEntityUsersComponent, OrgEventsComponent, @@ -229,6 +233,7 @@ import { SearchPipe } from 'jslib/angular/pipes/search.pipe'; ModalComponent, OrgAddEditComponent, OrgAttachmentsComponent, + OrgCollectionAddEditComponent, OrgCollectionsComponent, OrgEntityUsersComponent, OrgGroupAddEditComponent, diff --git a/src/app/organizations/manage/collection-add-edit.component.html b/src/app/organizations/manage/collection-add-edit.component.html new file mode 100644 index 0000000000..1250c7e610 --- /dev/null +++ b/src/app/organizations/manage/collection-add-edit.component.html @@ -0,0 +1,71 @@ +
- | {{'collections' | i18n}} | -{{'readOnly' | i18n}} | -
---|---|---|
- - | -- {{c.name}} - | -- - | -
+ | {{'name' | i18n}} | +{{'readOnly' | i18n}} | +
---|---|---|
+ + | ++ {{c.name}} + | ++ + | +