From f2f3c3a87e2fd486585c74947151332c88d2c8b6 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 18 Feb 2026 15:44:52 -0500 Subject: [PATCH] Rename sidebar top-level label from 'TNS CSI' to 'TrueNAS' Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 17b5ce6..962576f 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -28,7 +28,7 @@ import VolumesPage from './components/VolumesPage'; registerSidebarEntry({ parent: null, name: 'tns-csi', - label: 'TNS CSI', + label: 'TrueNAS', url: '/tns-csi', icon: 'mdi:database-cog', });