Skip to content

Commit 770066d

Browse files
committed
template: rename 'farmer id' to 'farm id' and support enter
Term 'farmer' was used in v2 but is now described as 'farm id', this update this terms In addition, when hitting enter, the page doesn't reload. Fixes #16
1 parent f3b0323 commit 770066d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

templates/boot.ipxe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ echo ===================================
1818
echo ${reset}
1919

2020
echo Release.....: {{release}}
21-
echo Farmer......: {{farmerid}}
21+
echo Farm ID.....: {{farmerid}}
2222
echo Parameters..: {{parameters}}
2323
echo
2424

templates/generate.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ <h1 class="display-3">Zero-OS <span class="text-danger">v3</span> Bootstrapping<
6666
<h1 class="text-center">Who are you ?</h2>
6767

6868
<p>In order to identify and link the operating system to your farm, you need to set your
69-
Farmer ID on the system.<br>
69+
Farm ID on the system.<br>
7070
<a href="https://library.threefold.me/info/manual/#/manual__create_farm" target="_blank">You can find more information here.</a></p>
7171

7272
<div class="alert alert-light boxfill" role="alert">
73-
<form>
73+
<form onsubmit="return false;">
7474
<div class="form-group row">
75-
<label for="kargs-farmer" class="col-sm-2 col-form-label">Farmer ID</label>
75+
<label for="kargs-farmer" class="col-sm-2 col-form-label">Farm ID</label>
7676
<div class="input-group col-sm-10">
7777
<input type="text" class="form-control" id="farmerid" placeholder="" onkeyup="update_trigger()">
7878
<div class="input-group-append">

0 commit comments

Comments
 (0)