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) <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-06-26 10:47:48 +02:00
committed by GitHub
parent aadfb620c0
commit e84df2e369
@@ -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"
>
<div class="flex justify-end">
<Button
variant="accent-secondary"
unifiedSize="sm"
href="{base}/pipeline"
startIcon={{ icon: NetworkIcon }}
>
Pipelines
</Button>
</div>
</PageHeader>
/>
<Section label="All workspace assets" class="mb-20">
<div class="flex gap-4">