parent
fde53099eb
commit
f28ac2dfb4
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export class ServerConsentView extends TemplateView {
|
|||
t.form({action: "#", id: "serverConsentForm", onSubmit: evt => this._onSubmit(evt)}, [
|
||||
t.mapView(vm => vm.showSelectServer, show => show ? new ServerOptions(vm) : null),
|
||||
t.div({className: "actions"}, [
|
||||
t.label([t.input({type: "checkbox", name: "askEveryTime"}), "Ask every time"]),
|
||||
t.label([t.input({type: "checkbox", name: "askEveryTime", checked: true}), "Ask every time"]),
|
||||
t.input({type: "submit", value: "Continue", className: "primary fullwidth"})
|
||||
])
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue