diff options
author | emkael <emkael@tlen.pl> | 2019-08-01 14:16:52 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-08-01 14:19:26 +0200 |
commit | 2cf067473e78844aa616de98bcf0cfcadada2431 (patch) | |
tree | d28970628cd8b4ad0b07607606bf498d97377294 /http/index.html | |
parent | 05d8c2a8b6801533144e1c0aa7e550ec44e0d946 (diff) |
DD hand analysis optional in API version
Fixes #3
Diffstat (limited to 'http/index.html')
-rw-r--r-- | http/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/http/index.html b/http/index.html index c43a2ac..51c6b34 100644 --- a/http/index.html +++ b/http/index.html @@ -149,6 +149,10 @@ <input class="form-check-input" type="checkbox" name="display" value="yes" id="display-boards" /> <label class="form-check-label" for="display-boards">Wyświetl podgląd rozkładów</label> </div> + <div class="form-check-inline"> + <input class="form-check-input" type="checkbox" name="analyze" value="yes" id="analyze-boards" disabled="disabled" /> + <label class="form-check-label" for="analyze-boards">Przeanalizuj rozkłady w widne</label> + </div> </div> </form> </div> |