From daa8f5966220c6c2409c98fa60ced26d6a7cb018 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 1 Aug 2023 09:45:20 +0000 Subject: [PATCH] Update openbis-kinme-nodes.md --- .../legacy-advance-features/openbis-kinme-nodes.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/user-documentation/legacy-advance-features/openbis-kinme-nodes.md b/docs/user-documentation/legacy-advance-features/openbis-kinme-nodes.md index 5618b6f9cb5..5ac67c85a30 100644 --- a/docs/user-documentation/legacy-advance-features/openbis-kinme-nodes.md +++ b/docs/user-documentation/legacy-advance-features/openbis-kinme-nodes.md @@ -57,9 +57,7 @@ will be established. This is needed for editing additional node parameters. For example, the combo boxes of the reader nodes have to be populated. -For a data set registration node the credentials combo box is only -filled if all nodes of the upstream part of the workflow are -successfully configured. +> :warning: **For a data set registration node the credentials combo box is only filled if all nodes of the upstream part of the workflow are successfully configured.** Â @@ -99,9 +97,7 @@ user will be asked for the passwords after loading a workflow. Â -If user ID and password are entered directly in the node setting dialog -the KNIME master key on the preferences page **KNIME -> Master Key** -should be activated. Otherwise passwords will be stored unencrypted! +> :warning: **If user ID and password are entered directly in the node setting dialog the KNIME master key on the preferences page KNIME -> Master Key should be activated. Otherwise passwords will be stored unencrypted!** ### openBIS Query Reader @@ -398,4 +394,4 @@ argument: The string array of vocabulary terms. return filename def aggregate(parameters, tableBuilder): - MyAggregationFileCommand().handleRequest(parameters, tableBuilder) \ No newline at end of file + MyAggregationFileCommand().handleRequest(parameters, tableBuilder) -- GitLab