This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-booster-ui.git
The following commit(s) were added to refs/heads/main by this push:
new 64e2cab3 fix cold stage label (#532)
64e2cab3 is described below
commit 64e2cab386f74bdaa240c8186768e411a9dd9721
Author: Fine0830 <[email protected]>
AuthorDate: Sun Mar 8 20:37:44 2026 +0800
fix cold stage label (#532)
---
src/layout/components/NavBar.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue
index b6f89aa3..35820f5b 100644
--- a/src/layout/components/NavBar.vue
+++ b/src/layout/components/NavBar.vue
@@ -54,8 +54,8 @@ limitations under the License. -->
<el-switch
v-model="coldStage"
inline-prompt
- active-text="Cold Excluded"
- inactive-text="Cold Only"
+ inactive-text="Cold Excluded"
+ active-text="Cold Only"
@change="changeDataMode"
width="105px"
/>