From 401bd6b55b96fa9f3b44635aa9365fc8a587eaec Mon Sep 17 00:00:00 2001 From: juronja <101410098+juronja@users.noreply.github.com> Date: Thu, 19 Feb 2026 15:19:04 +0100 Subject: [PATCH] slug fix (#12088) --- frontend/public/json/truenas-vm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/truenas-vm.json b/frontend/public/json/truenas-vm.json index a291bcf68..67fe24f8a 100644 --- a/frontend/public/json/truenas-vm.json +++ b/frontend/public/json/truenas-vm.json @@ -1,6 +1,6 @@ { "name": "TrueNAS Community Edition", - "slug": "truenas-community-edition", + "slug": "truenas-vm", "categories": [ 2 ],