From 155a44f5e924df42156e97cb816d7a89c285f901 Mon Sep 17 00:00:00 2001 From: ulrich Date: Fri, 16 Apr 2021 06:48:30 +0000 Subject: [PATCH] Geraete-Liste zum Ein- und Ausschalten (in Arbeit) --- www/ui/data/tpl/form_geraet.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/ui/data/tpl/form_geraet.txt b/www/ui/data/tpl/form_geraet.txt index b0e28ba..8772037 100644 --- a/www/ui/data/tpl/form_geraet.txt +++ b/www/ui/data/tpl/form_geraet.txt @@ -6,8 +6,8 @@ <input name="statusUrl" class="entity-form-element" type="text" id="geraet-statusurl" placeholder="URL (Status)" value="{{statusUrl}}" /> <div class="entity-buttons"> <button type="submit" class="button-primary" id="ok-btn">Speichern</button> - <button class="button" id="cancel-btn">Abbrechen</button> - <button class="button" id="loeschen-btn">Löschen</button> + <button type="button" class="button" id="cancel-btn">Abbrechen</button> + <button type="button" class="button" id="loeschen-btn">Löschen</button> </div> </div> </form> \ No newline at end of file -- Gitblit v1.9.3