[ARVADOS-WORKBENCH2] updated: 2.1.0-164-g3308f3a2
Git user
git at public.arvados.org
Thu Jan 14 19:17:25 UTC 2021
Summary of changes:
src/store/run-process-panel/run-process-panel-actions.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 3308f3a20e14d9557a3c12ac809c0b79ab2eafdc (commit)
from eb618fd2317411f11d40230e140e60917342a0a9 (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 3308f3a20e14d9557a3c12ac809c0b79ab2eafdc
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Jan 14 14:17:13 2021 -0500
17257: Don't export DEFAULT_ADVANCED_FORM_VALUES any more
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/src/store/run-process-panel/run-process-panel-actions.ts b/src/store/run-process-panel/run-process-panel-actions.ts
index 1df982db..8646164e 100644
--- a/src/store/run-process-panel/run-process-panel-actions.ts
+++ b/src/store/run-process-panel/run-process-panel-actions.ts
@@ -186,7 +186,7 @@ export const runProcess = async (dispatch: Dispatch<any>, getState: () => RootSt
}
};
-export const DEFAULT_ADVANCED_FORM_VALUES: Partial<RunProcessAdvancedFormData> = {
+const DEFAULT_ADVANCED_FORM_VALUES: Partial<RunProcessAdvancedFormData> = {
[VCPUS_FIELD]: 1,
[RAM_FIELD]: 1073741824,
[KEEP_CACHE_RAM_FIELD]: 268435456,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list