You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/05/15 16:43:10 UTC

[camel-karavan] branch main updated: Uncomment temporery code #757

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new a1da4bb4 Uncomment temporery code #757
a1da4bb4 is described below

commit a1da4bb45695d72fa0bbd4b20de6dd833542235e
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Mon May 15 12:43:01 2023 -0400

    Uncomment temporery code #757
---
 karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx b/karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx
index f0d4c340..1e19cc6d 100644
--- a/karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx
+++ b/karavan-app/src/main/webui/src/projects/ProjectDevelopment.tsx
@@ -101,7 +101,7 @@ export const ProjectDevelopment = (props: Props) => {
     }
 
     function showConsole(): boolean {
-        return true;//podStatus.phase !== '';
+        return podStatus.phase !== '';
     }
 
     const {project, config} = props;