From 86b0a226f3a6ad43561df547106901b64d38f35f Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Wed, 13 Dec 2023 02:23:59 +0200 Subject: [PATCH] feat(ui): show a message while results are loading for dynamic search (#2134) See https://github.com/project-zot/zui/issues/397 Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fccde17e..12d240d3 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.5.3 ZUI_BUILD_PATH := "" -ZUI_VERSION := commit-d9370fb +ZUI_VERSION := commit-2e1e2e9 ZUI_REPO_OWNER := project-zot ZUI_REPO_NAME := zui SWAGGER_VERSION := v1.8.12