From 868180eb286f82e0e9e8213c5467679774528880 Mon Sep 17 00:00:00 2001 From: AustinMroz Date: Thu, 29 Jan 2026 09:58:25 -0800 Subject: [PATCH] Disable logs button in sidebar on cloud (#8429) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since cloud doesn't currently provide logs, this button was just causing confusion. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8429-Disable-logs-button-in-sidebar-on-cloud-2f76d73d365081a4b909dd9a105e381e) by [Unito](https://www.unito.io) --- src/components/sidebar/SideToolbar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/sidebar/SideToolbar.vue b/src/components/sidebar/SideToolbar.vue index 44dff5fc21..e7f3ac2be2 100644 --- a/src/components/sidebar/SideToolbar.vue +++ b/src/components/sidebar/SideToolbar.vue @@ -41,7 +41,7 @@ :is-small="isSmall" /> - +