From b86bd44c656fc2c6a95e868337fe344cea4b5778 Mon Sep 17 00:00:00 2001 From: Will Miao Date: Fri, 30 Jan 2026 22:32:50 +0800 Subject: [PATCH] feat(filter): enable model types filter for checkpoints page --- templates/components/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/components/header.html b/templates/components/header.html index 05decaac..b980c924 100644 --- a/templates/components/header.html +++ b/templates/components/header.html @@ -156,7 +156,7 @@
{{ t('common.status.loading') }}
- {% if current_page == 'loras' %} + {% if current_page == 'loras' or current_page == 'checkpoints' %}

{{ t('header.filter.modelTypes') }}