summaryrefslogtreecommitdiffstats
path: root/modules-available
diff options
context:
space:
mode:
authorChristian Hofmaier2018-03-13 13:25:14 +0100
committerChristian Hofmaier2018-03-13 13:25:14 +0100
commit08fcfe667d8d2ee727f4077477a6729e280112a9 (patch)
treec830ab518eb3d17469b43a9e963065624d9ffa9b /modules-available
parent[usb-lock-off] Changed + device button to save device button because onclick ... (diff)
downloadslx-admin-08fcfe667d8d2ee727f4077477a6729e280112a9.tar.gz
slx-admin-08fcfe667d8d2ee727f4077477a6729e280112a9.tar.xz
slx-admin-08fcfe667d8d2ee727f4077477a6729e280112a9.zip
[usb-lock-off] removed discard changes button due to impracticalness
Diffstat (limited to 'modules-available')
-rw-r--r--modules-available/usblockoff/templates/usb-edit-config.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules-available/usblockoff/templates/usb-edit-config.html b/modules-available/usblockoff/templates/usb-edit-config.html
index 8e75b96d..67ccc06b 100644
--- a/modules-available/usblockoff/templates/usb-edit-config.html
+++ b/modules-available/usblockoff/templates/usb-edit-config.html
@@ -47,11 +47,6 @@
</div>
<div class="pull-right">
- <!-- TODO: Reset Button should't call loadConfig instead do not reset the select input... but how? -->
- <button class="btn btn-warning" type="reset" onclick="location.reload();">
- <!-- TODO: Add discardChanges to the main-> globalVariables -->
- <span class="glyphicon glyphicon-refresh"></span> {{lang_discardChanges}}
- </button>
<a href="?do=usblockoff" class="btn btn-default">Cancel</a>
<button type="submit" id="configFormButton" class="btn btn-primary">
<span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}