outposts: periodically update state of service connection, show state in UI
This commit is contained in:
@ -48,6 +48,11 @@ class DockerServiceConnectionForm(forms.ModelForm):
|
||||
fields = ["name", "local", "url", "tls"]
|
||||
widgets = {
|
||||
"name": forms.TextInput,
|
||||
"url": forms.TextInput,
|
||||
}
|
||||
labels = {
|
||||
"url": _("URL"),
|
||||
"tls": _("TLS"),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user