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
commit c947dc41ba5ace97539d48ee718947e9e2621b66 Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Thu Oct 24 09:01:10 2024 -0400 Camel Statuses Improvements --- karavan-app/src/main/webui/src/config/ConfigurationPage.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/karavan-app/src/main/webui/src/config/ConfigurationPage.tsx b/karavan-app/src/main/webui/src/config/ConfigurationPage.tsx index f7711754..18bd909c 100644 --- a/karavan-app/src/main/webui/src/config/ConfigurationPage.tsx +++ b/karavan-app/src/main/webui/src/config/ConfigurationPage.tsx @@ -56,12 +56,6 @@ export const ConfigurationPage = (props: Props) => { Cleanup statuses </Button> </ToolbarItem>} - {tab === 'secrets' && <ToolbarItem> - <Button>Add Secret</Button> - </ToolbarItem>} - {tab === 'configMaps' && <ToolbarItem> - <Button>Add ConfigMap</Button> - </ToolbarItem>} </ToolbarContent> </Toolbar>); }