[ARVADOS-WORKBENCH2] updated: 1.2.0-951-g280a875

Git user git at public.curoverse.com
Tue Nov 27 03:47:10 EST 2018


Summary of changes:
 src/store/advanced-tab/advanced-tab.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  280a875681514a5e9f707de09e39fa3e33565796 (commit)
      from  76a864095a7ee3c329a019fbdf0a269ee31a4358 (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 280a875681514a5e9f707de09e39fa3e33565796
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Tue Nov 27 09:46:19 2018 +0100

    change code after CR
    
    Feature #14528_advance_tab_action_for_ssh_key
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/src/store/advanced-tab/advanced-tab.ts b/src/store/advanced-tab/advanced-tab.ts
index c6829d5..b3c5164 100644
--- a/src/store/advanced-tab/advanced-tab.ts
+++ b/src/store/advanced-tab/advanced-tab.ts
@@ -2,9 +2,9 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
+import { Dispatch } from 'redux';
 import { dialogActions } from '~/store/dialog/dialog-actions';
 import { RootState } from '~/store/store';
-import { Dispatch } from 'redux';
 import { ResourceKind, extractUuidKind } from '~/models/resource';
 import { getResource } from '~/store/resources/resources';
 import { GroupContentsResourcePrefix } from '~/services/groups-service/groups-service';
@@ -15,7 +15,7 @@ import { ProjectResource } from '~/models/project';
 import { ServiceRepository } from '~/services/services';
 import { FilterBuilder } from '~/services/api/filter-builder';
 import { RepositoryResource } from '~/models/repositories';
-import { SshKeyResource } from '../../models/ssh-key';
+import { SshKeyResource } from '~/models/ssh-key';
 
 export const ADVANCED_TAB_DIALOG = 'advancedTabDialog';
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list