Skip to content
Snippets Groups Projects
Commit 1896fde3 authored by Bruno Windels's avatar Bruno Windels
Browse files

also add change client link in install client screen

parent 614388e6
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,12 @@ class InstallClientView extends TemplateView {
children.push(t.p([`If you already have ${vm.name} installed, you can `, deepLink, "."]))
}
children.push(t.p({className: {previewSource: true, hidden: vm => !vm.showBack}}, [
`Continue with ${vm.name}.`,
" ",
t.button({className: "text", onClick: () => vm.back()}, "Change"),
]));
return t.div({className: "InstallClientView"}, children);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment