mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
allow to setup web version as a sync client
This commit is contained in:
parent
fe31f08c0d
commit
2d58019d6e
@ -19,13 +19,13 @@
|
|||||||
<label><input type="radio" name="setup-type" value="new-document" data-bind="checked: setupType">
|
<label><input type="radio" name="setup-type" value="new-document" data-bind="checked: setupType">
|
||||||
I'm a new user and I want to create new Trilium document for my notes</label>
|
I'm a new user and I want to create new Trilium document for my notes</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="radio" data-bind="if: instanceType == 'server'" style="margin-bottom: 15px;">
|
<div class="radio" style="margin-bottom: 15px;">
|
||||||
<label><input type="radio" name="setup-type" value="sync-from-desktop" data-bind="checked: setupType">
|
<label><input type="radio" name="setup-type" value="sync-from-desktop" data-bind="checked: setupType">
|
||||||
I have desktop instance already and I want to setup sync with it</label>
|
I have desktop instance already and I want to setup sync with it</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="radio" data-bind="if: instanceType == 'desktop'" style="margin-bottom: 15px;">
|
<div class="radio" style="margin-bottom: 15px;">
|
||||||
<label><input type="radio" name="setup-type" value="sync-from-server" data-bind="checked: setupType">
|
<label><input type="radio" name="setup-type" value="sync-from-server" data-bind="checked: setupType">
|
||||||
I have server instance up and I want to setup sync with it</label>
|
I have server instance already and I want to setup sync with it</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="button" data-bind="disable: !setupTypeSelected(), click: selectSetupType" class="btn btn-primary">Next</button>
|
<button type="button" data-bind="disable: !setupTypeSelected(), click: selectSetupType" class="btn btn-primary">Next</button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user