From 1a092bd0194ee031ae693d3c6d5f8a4de721fbdd Mon Sep 17 00:00:00 2001 From: Andrei Aaron Date: Thu, 27 Apr 2023 18:12:15 +0300 Subject: [PATCH] feat(ui): UX update for UI (#1391) Signed-off-by: Andrei Aaron --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7b44f80..ea81ecb4 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ CRICTL := $(TOOLSDIR)/bin/crictl CRICTL_VERSION := v1.26.1 ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator ACTION_VALIDATOR_VERSION := v0.2.1 -ZUI_VERSION := commit-e0d4417 +ZUI_VERSION := commit-cb2d879 STACKER := $(TOOLSDIR)/bin/stacker BATS := $(TOOLSDIR)/bin/bats TESTDATA := $(TOP_LEVEL)/test/data