From 5793e2dbb510738512d03e665b8880ef0f4cf0ad Mon Sep 17 00:00:00 2001 From: tdurieux Date: Sun, 3 May 2026 19:29:08 +0200 Subject: [PATCH] fix: allow removing expired and errored repositories from dashboard The Remove action in the dashboard dropdown was gated on status == 'ready', so expired repos showed no way to be removed and stuck on the front page. The backend DELETE route already accepts any non-'removed' status, so widen the ng-show to include 'expired' and 'error'. Fixes #463. --- public/partials/dashboard.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/partials/dashboard.htm b/public/partials/dashboard.htm index 8a9ff1b..18b6d6b 100644 --- a/public/partials/dashboard.htm +++ b/public/partials/dashboard.htm @@ -232,7 +232,7 @@ Enable - + Remove