what's a 'zrok quiet'?

This commit is contained in:
Michael Quigley 2022-08-31 15:37:47 -04:00
parent e3bfa18152
commit 817c8a9745
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -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