Add ssh keys panel
authorJanicki Artur <artur.janicki@contractors.roche.com>
Wed, 21 Nov 2018 09:10:52 +0000 (10:10 +0100)
committerJanicki Artur <artur.janicki@contractors.roche.com>
Wed, 21 Nov 2018 09:10:52 +0000 (10:10 +0100)
commit62ff5a943865229c1630c66366f824511048ce63
tree1203a75cbe4e6060a1a2bbf928ac6323963adc02
parentf06b0aa5faeecdc4dfbc803170635ecfc19293de
Add ssh keys panel

Feature #14479_ssh_keys

Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki@contractors.roche.com>
19 files changed:
src/models/ssh-key.ts [new file with mode: 0644]
src/routes/route-change-handlers.ts
src/routes/routes.ts
src/services/authorized-keys-service/authorized-keys-service.ts [new file with mode: 0644]
src/services/common-service/common-resource-service.ts
src/services/services.ts
src/store/auth/auth-action.ts
src/store/auth/auth-reducer.ts
src/store/navigation/navigation-action.ts
src/store/workbench/workbench-actions.ts
src/validators/is-rsa-key.tsx [new file with mode: 0644]
src/validators/validators.tsx
src/views-components/dialog-create/dialog-ssh-key-create.tsx [new file with mode: 0644]
src/views-components/dialog-forms/create-ssh-key-dialog.ts [new file with mode: 0644]
src/views-components/form-fields/ssh-key-form-fields.tsx [new file with mode: 0644]
src/views-components/main-app-bar/account-menu.tsx
src/views/ssh-key-panel/ssh-key-panel-root.tsx [new file with mode: 0644]
src/views/ssh-key-panel/ssh-key-panel.tsx [new file with mode: 0644]
src/views/workbench/workbench.tsx