From f46ca6767ed8e9a217840f555c6e272a50b582ba Mon Sep 17 00:00:00 2001 From: ssongliu Date: Fri, 7 Aug 2026 10:14:35 +0800 Subject: [PATCH] feat: show license expiration alert on dashboard --- frontend/src/components/router-button/index.vue | 13 +++++++++---- frontend/src/views/home/index.vue | 1 + 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/router-button/index.vue b/frontend/src/components/router-button/index.vue index e08011b94d8c..768dcb532dd1 100644 --- a/frontend/src/components/router-button/index.vue +++ b/frontend/src/components/router-button/index.vue @@ -24,15 +24,20 @@
diff --git a/frontend/src/views/home/index.vue b/frontend/src/views/home/index.vue index 99b5c6f4dac8..067f713b0047 100644 --- a/frontend/src/views/home/index.vue +++ b/frontend/src/views/home/index.vue @@ -1,6 +1,7 @@