This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks-controller.git
The following commit(s) were added to refs/heads/unstable by this push:
new f0af65b Fix typo in the main UI heading (#279)
f0af65b is described below
commit f0af65b5725bd43b2e3ed6071d0d561e5af13bf6
Author: Agnik Misra <[email protected]>
AuthorDate: Tue Mar 18 15:22:09 2025 +0530
Fix typo in the main UI heading (#279)
* Fix edge case handling in Mock engine List method
* There's a typo in the main UI heading - Controler should be Controller
* Update engine_inmemory.go to old one
---
webui/src/app/page.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webui/src/app/page.tsx b/webui/src/app/page.tsx
index 78456a6..4a40fe5 100644
--- a/webui/src/app/page.tsx
+++ b/webui/src/app/page.tsx
@@ -25,7 +25,7 @@ export default function Home() {
style={{minHeight: 'calc(100vh - 64px)', height: 'calc(100vh -
64px)'}}
className={'flex flex-col items-center justify-center space-y-2
h-full'}
>
- <Typography variant="h3">Kvrocks Controler UI</Typography>
+ <Typography variant="h3">Kvrocks Controller UI</Typography>
<Typography variant="body1">Work in progress...</Typography>
<Button size="large" variant="outlined" sx={{ textTransform:
'none' }} href="https://github.com/apache/kvrocks-controller/issues/135">
Click here to submit your suggestions