mirror of
https://github.com/kubevela/kubevela.git
synced 2026-05-01 23:16:53 +00:00
chore: fix function name in comment (#6499)
Signed-off-by: hongkuang <liurenhong@outlook.com>
This commit is contained in:
@@ -153,7 +153,7 @@ func (v *ManagedResourceView) clusterView(event *tcell.EventKey) *tcell.EventKey
|
||||
return event
|
||||
}
|
||||
|
||||
// clusterView switch managed resource view to the cluster Namespace view
|
||||
// clusterNamespaceView switch managed resource view to the cluster Namespace view
|
||||
func (v *ManagedResourceView) clusterNamespaceView(event *tcell.EventKey) *tcell.EventKey {
|
||||
v.app.command.run(v.ctx, "cns")
|
||||
return event
|
||||
|
||||
Reference in New Issue
Block a user