diff options
author | Simon Rettberg | 2022-03-29 11:11:37 +0200 |
---|---|---|
committer | Simon Rettberg | 2022-03-29 11:11:37 +0200 |
commit | 064401986349cbd5de5b48e987a9a4a01ec48e37 (patch) | |
tree | cf3c4267b5cc99e6e7fa9c4f1d9a64b1f1cb5a0c /modules-available/passthrough | |
parent | [eventlog] Delete empty file (diff) | |
download | slx-admin-064401986349cbd5de5b48e987a9a4a01ec48e37.tar.gz slx-admin-064401986349cbd5de5b48e987a9a4a01ec48e37.tar.xz slx-admin-064401986349cbd5de5b48e987a9a4a01ec48e37.zip |
[passthrough] Remove stray </form> preventing save button from working
Diffstat (limited to 'modules-available/passthrough')
-rw-r--r-- | modules-available/passthrough/templates/hardware-list.html | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/modules-available/passthrough/templates/hardware-list.html b/modules-available/passthrough/templates/hardware-list.html index da04a1fe..3947f42a 100644 --- a/modules-available/passthrough/templates/hardware-list.html +++ b/modules-available/passthrough/templates/hardware-list.html @@ -55,20 +55,19 @@ </div> </div> {{/classlist}} -</form> -<div id="new-groups"></div> -<div style="position:fixed;bottom:0;right:0;padding:8px;background:#fff;width:100%;border-top:1px solid #ddd"> - <div class="buttonbar text-right"> - <button type="button" data-target="#add-group-form" data-toggle="modal" class="btn btn-default"> - <span class="glyphicon glyphicon-plus"></span> - {{lang_add}} - </button> - <button type="submit" name="action" value="save-hwlist" class="btn btn-success"> - <span class="glyphicon glyphicon-floppy-disk"></span> - {{lang_save}} - </button> + <div id="new-groups"></div> + <div style="position:fixed;bottom:0;right:0;padding:8px;background:#fff;width:100%;border-top:1px solid #ddd"> + <div class="buttonbar text-right"> + <button type="button" data-target="#add-group-form" data-toggle="modal" class="btn btn-default"> + <span class="glyphicon glyphicon-plus"></span> + {{lang_add}} + </button> + <button type="submit" name="action" value="save-hwlist" class="btn btn-success"> + <span class="glyphicon glyphicon-floppy-disk"></span> + {{lang_save}} + </button> + </div> </div> -</div> </form> <div class="modal fade" id="add-group-form" tabindex="-1" role="dialog"> |