add table view, actions and dialogs
authorJanicki Artur <artur.janicki@contractors.roche.com>
Sat, 24 Nov 2018 21:24:54 +0000 (22:24 +0100)
committerJanicki Artur <artur.janicki@contractors.roche.com>
Sat, 24 Nov 2018 21:24:54 +0000 (22:24 +0100)
commit3a3de86b86ef60fc86f1190d42bc8a2471ab5276
tree54800e82284baac6f73090f30313d334a3e6d1f7
parent425a9687b585517385d0ae5d62c5de26e06d3193
add table view, actions and dialogs

Feature #14528_table_view_and_actions

Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki@contractors.roche.com>
14 files changed:
src/components/icon/icon.tsx
src/index.tsx
src/models/resource.ts
src/store/auth/auth-action.ts
src/store/auth/auth-reducer.ts
src/store/context-menu/context-menu-actions.ts
src/views-components/context-menu/action-sets/ssh-key-action-set.ts [new file with mode: 0644]
src/views-components/context-menu/context-menu.tsx
src/views-components/ssh-keys-dialog/attributes-dialog.tsx [new file with mode: 0644]
src/views-components/ssh-keys-dialog/public-key-dialog.tsx [new file with mode: 0644]
src/views-components/ssh-keys-dialog/remove-dialog.tsx [new file with mode: 0644]
src/views/ssh-key-panel/ssh-key-panel-root.tsx
src/views/ssh-key-panel/ssh-key-panel.tsx
src/views/workbench/workbench.tsx