Skip to content

Commit 120c075

Browse files
committed
fix(swarm service container inspecton)
1 parent 0e3e884 commit 120c075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/ui/views/services/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func ViewAction(app common.AppController, v *view.ResourceView) {
108108

109109
app.SetActiveScope(&common.Scope{
110110
Type: "service",
111-
Value: name,
111+
Value: trimSpaceLeftRightName,
112112
Label: trimSpaceLeftRightName,
113113
OriginView: styles.TitleServices,
114114
})

0 commit comments

Comments
 (0)