From e84df2e3699a4181b70993fcf838d2bfd201ea98 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 26 Jun 2026 10:47:48 +0200 Subject: [PATCH] remove data pipelines link from assets page (#9809) Removes the "Pipelines" navigation button from the assets page header along with its now-unused NetworkIcon and base imports. Co-authored-by: Claude Opus 4.8 (1M context) --- .../routes/(root)/(logged)/assets/+page.svelte | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/frontend/src/routes/(root)/(logged)/assets/+page.svelte b/frontend/src/routes/(root)/(logged)/assets/+page.svelte index 5c6948994a..2873140fea 100644 --- a/frontend/src/routes/(root)/(logged)/assets/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/assets/+page.svelte @@ -40,8 +40,7 @@ import { untrack } from 'svelte' import { VolumeService } from '$lib/gen' import VolumesDrawer from '$lib/components/assets/VolumesDrawer.svelte' - import { HardDriveIcon, NetworkIcon } from 'lucide-svelte' - import { base } from '$lib/base' + import { HardDriveIcon } from 'lucide-svelte' interface AssetCursor { created_at?: string @@ -162,18 +161,7 @@ title="Assets" tooltip="Assets show up here whenever you use them in Windmill." documentationLink="https://www.windmill.dev/docs/core_concepts/assets" - > -
- -
- + />