[ARVADOS-WORKBENCH2] updated: 1.2.1-1064-gf320a6e
Git user
git at public.curoverse.com
Mon Dec 3 06:45:44 EST 2018
Summary of changes:
src/store/context-menu/context-menu-actions.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f320a6e774ee53dbefb8dafdc40a4f42ab7454ed (commit)
from 33916938dc164fa0cca9e8abb693b3048fc931ab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f320a6e774ee53dbefb8dafdc40a4f42ab7454ed
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date: Mon Dec 3 12:45:35 2018 +0100
change code after CR
Feature #14503_keep_services_panel
Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>
diff --git a/src/store/context-menu/context-menu-actions.ts b/src/store/context-menu/context-menu-actions.ts
index f26a97d..2c533d6 100644
--- a/src/store/context-menu/context-menu-actions.ts
+++ b/src/store/context-menu/context-menu-actions.ts
@@ -15,7 +15,7 @@ import { extractUuidKind, ResourceKind } from '~/models/resource';
import { Process } from '~/store/processes/process';
import { RepositoryResource } from '~/models/repositories';
import { SshKeyResource } from '~/models/ssh-key';
-import { KeepServiceResource } from '../../models/keep-services';
+import { KeepServiceResource } from '~/models/keep-services';
export const contextMenuActions = unionize({
OPEN_CONTEXT_MENU: ofType<{ position: ContextMenuPosition, resource: ContextMenuResource }>(),
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list