改进界面

This commit is contained in:
刘祥超
2023-05-25 10:59:18 +08:00
parent df038314ef
commit 996172bd69
2 changed files with 4 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ func (this *ClusterHelper) BeforeAction(actionPtr actions.ActionWrapper) (goNext
}
var tabbar = actionutils.NewTabbar()
tabbar.Add("集群列表", "", "/clusters", "", false)
tabbar.Add("集群列表", "", "/clusters", "left arrow", false)
if teaconst.IsPlus {
tabbar.Add("集群看板", "", "/clusters/cluster/boards?clusterId="+clusterIdString, "chart line area", selectedTabbar == "board")
}