[ARVADOS-WORKBENCH2] updated: 2.1.0-258-g370d78f6

Git user git at public.arvados.org
Tue Mar 30 21:27:16 UTC 2021


Summary of changes:
 src/plugins.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  370d78f65bca409aa1a295d94a96436959b568ae (commit)
      from  b05f087c3e2bbaaa829d602af6d90fa565a9900e (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 370d78f65bca409aa1a295d94a96436959b568ae
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Mar 30 17:26:46 2021 -0400

    17426: Comment out the example plugins again
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/src/plugins.tsx b/src/plugins.tsx
index 9962caef..73811e5a 100644
--- a/src/plugins.tsx
+++ b/src/plugins.tsx
@@ -22,9 +22,9 @@ export const pluginConfig: PluginConfig = {
 // Starting here, import and register your Workbench 2 plugins. //
 
 // import { register as blankUIPluginRegister } from '~/plugins/blank/index';
-import { register as examplePluginRegister } from '~/plugins/example/index';
+// import { register as examplePluginRegister } from '~/plugins/example/index';
 // import { register as rootRedirectRegister } from '~/plugins/root-redirect/index';
 
 // blankUIPluginRegister(pluginConfig);
-examplePluginRegister(pluginConfig);
+// examplePluginRegister(pluginConfig);
 // rootRedirectRegister(pluginConfig, exampleRoutePath);

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list