also add change client link in install client screen
This commit is contained in:
parent
614388e663
commit
1896fde3a0
@ -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([`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);
|
return t.div({className: "InstallClientView"}, children);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user