summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-pxelinux/templates/ipaddress.html
diff options
context:
space:
mode:
authorSimon Rettberg2023-11-02 17:27:48 +0100
committerSimon Rettberg2023-11-02 17:27:48 +0100
commitc21ffba60dc2c08efbe44220cacf14bd31ef9885 (patch)
tree82d4bf27d970aae121827899c86c0a5cd6c8f7d9 /modules-available/serversetup-bwlp-pxelinux/templates/ipaddress.html
parent[sysconfig] Add missing else (diff)
downloadslx-admin-c21ffba60dc2c08efbe44220cacf14bd31ef9885.tar.gz
slx-admin-c21ffba60dc2c08efbe44220cacf14bd31ef9885.tar.xz
slx-admin-c21ffba60dc2c08efbe44220cacf14bd31ef9885.zip
[serversetup-pxelinux] Delete module
Unmaintained and untested for years now
Diffstat (limited to 'modules-available/serversetup-bwlp-pxelinux/templates/ipaddress.html')
-rw-r--r--modules-available/serversetup-bwlp-pxelinux/templates/ipaddress.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/modules-available/serversetup-bwlp-pxelinux/templates/ipaddress.html b/modules-available/serversetup-bwlp-pxelinux/templates/ipaddress.html
deleted file mode 100644
index 8d73dfac..00000000
--- a/modules-available/serversetup-bwlp-pxelinux/templates/ipaddress.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<div class="panel panel-default">
- <div class="panel-heading">
- {{lang_bootAddress}}
- </div>
- <div class="panel-body">
- <div class="{{chooseHintClass}}">
- {{lang_chooseIP}}
- </div>
- <form method="post" action="?do=ServerSetup">
- <input type="hidden" name="action" value="ip">
- <input type="hidden" name="token" value="{{token}}">
- <table class="slx-table">
- {{#ips}}
- <tr>
- <td>{{ip}}</td>
- {{#default}}
- <td>
- <span class="btn btn-success btn-xs"><span class="glyphicon glyphicon-ok"></span> {{lang_active}}</span>
- </td>
- {{/default}}
- {{^default}}
- <td>
- <button class="btn btn-primary btn-xs" name="ip" value="{{ip}}" {{perms.edit.address.disabled}}>
- <span class="glyphicon glyphicon-flag"></span>
- {{lang_set}}
- </button>
- </td>
- {{/default}}
- </tr>
- {{/ips}}
- </table>
- <p>
- {{lang_bootHint}}
- </p>
- </form>
- </div>
-</div> \ No newline at end of file