Skip to content

Commit

Permalink
修复路由列表页面显示服务数据失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Nov 20, 2022
1 parent 6cf2808 commit deb1a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/routers/routers.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func NewRouters(name string) *Routers {
apinto_dashboard.ZhCn: {"路由名", "驱动", "域名", "端口", "服务", "创建时间", "更新时间"},
apinto_dashboard.EnUs: {"Name", "Driver", "Host", "Listen", "Service", "Create", "Update"},
},
Fields: []string{"name", "driver", "host", "listen", "target", "create", "update"},
Fields: []string{"name", "driver", "host", "listen", "service", "create", "update"},
},
}
r.expandRouter()
Expand Down

0 comments on commit deb1a0d

Please sign in to comment.