diff options
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> |