add admin links feature - model, service, dialogs and panel
authorJanicki Artur <artur.janicki@contractors.roche.com>
Wed, 12 Dec 2018 09:48:23 +0000 (10:48 +0100)
committerJanicki Artur <artur.janicki@contractors.roche.com>
Wed, 12 Dec 2018 09:48:23 +0000 (10:48 +0100)
commit090f4825bdd30925a10c6df1b9493df0c2e8f541
tree1480eab3533d1e5a38f74be631adfc0750642611
parent183874da8b5eb84617e3c81a586c0f7c09946d89
add admin links feature - model, service, dialogs and panel

Feature #14512_admin_links

Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki@contractors.roche.com>
23 files changed:
src/common/labels.ts
src/index.tsx
src/models/link.ts
src/models/resource.ts
src/routes/route-change-handlers.ts
src/routes/routes.ts
src/store/advanced-tab/advanced-tab.ts
src/store/context-menu/context-menu-actions.ts
src/store/link-panel/link-panel-actions.ts [new file with mode: 0644]
src/store/link-panel/link-panel-middleware-service.ts [new file with mode: 0644]
src/store/navigation/navigation-action.ts
src/store/store.ts
src/store/workbench/workbench-actions.ts
src/views-components/context-menu/action-sets/link-action-set.ts [new file with mode: 0644]
src/views-components/context-menu/context-menu.tsx
src/views-components/data-explorer/renderers.tsx
src/views-components/links-dialog/attributes-dialog.tsx [new file with mode: 0644]
src/views-components/links-dialog/remove-dialog.tsx [new file with mode: 0644]
src/views-components/main-app-bar/account-menu.tsx
src/views-components/main-content-bar/main-content-bar.tsx
src/views/link-panel/link-panel-root.tsx [new file with mode: 0644]
src/views/link-panel/link-panel.tsx [new file with mode: 0644]
src/views/workbench/workbench.tsx