From 8b0aa634ec1776af143764062c074d6b2b72a7c9 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Tue, 13 Sep 2022 17:01:41 +0000 Subject: [PATCH] Hide function stdout from console Because it's possible for execution stdout to end up in the wrong execution, we're going to hide the result from the UI to help avoid confusion for users while we work on resolving the problem. --- app/views/console/functions/function.phtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/console/functions/function.phtml b/app/views/console/functions/function.phtml index d4381c03ea..d17045891b 100644 --- a/app/views/console/functions/function.phtml +++ b/app/views/console/functions/function.phtml @@ -391,9 +391,9 @@ sort($patterns); Created - Status - Trigger - Runtime + Status + Trigger + Runtime @@ -422,11 +422,11 @@ sort($patterns);
- + - +