优化界面

This commit is contained in:
GoEdgeLab
2023-05-25 17:42:22 +08:00
parent 499bbfbfe8
commit 0b1d27f8f5
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ func (this *ClusterHelper) BeforeAction(actionPtr actions.ActionWrapper) (goNext
var tabbar = actionutils.NewTabbar()
tabbar.Add("", "", "/clusters", "arrow left", false)
{
var item = tabbar.Add(cluster.Name, "", "/clusters/cluster?clusterId="+clusterIdString, "", true)
var item = tabbar.Add(cluster.Name, "", "/clusters/cluster?clusterId="+clusterIdString, "angle right", true)
item["isTitle"] = true
}
if teaconst.IsPlus {