mirror of
https://github.com/openziti/zrok.git
synced 2024-11-21 23:53:19 +01:00
what's a 'zrok quiet'?
This commit is contained in:
parent
e3bfa18152
commit
817c8a9745
@ -120,7 +120,7 @@ func (self *httpBackendCommand) run(_ *cobra.Command, args []string) {
|
||||
|
||||
p := widgets.NewParagraph()
|
||||
p.Border = true
|
||||
p.Title = " access your zrok quiet "
|
||||
p.Title = " access your zrok service: "
|
||||
p.Text = fmt.Sprintf("%v%v", strings.Repeat(" ", (((w-12)-len(resp.Payload.ProxyEndpoint))/2)-1), resp.Payload.ProxyEndpoint)
|
||||
p.TextStyle = ui.Style{Fg: ui.ColorWhite}
|
||||
p.PaddingTop = 1
|
||||
|
Loading…
Reference in New Issue
Block a user