summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/templates/ipaddress.html
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-24 12:34:56 +0200
committerSimon Rettberg2018-09-24 12:34:56 +0200
commit213625124dcbf333fd1232a9892ad02ccd7ddd19 (patch)
treee354e4925be89c920c3b995079b1bb64c6caa455 /modules-available/serversetup-bwlp/templates/ipaddress.html
parent[serversetup-bwlp] Implement chain-to-self for missing params (diff)
downloadslx-admin-213625124dcbf333fd1232a9892ad02ccd7ddd19.tar.gz
slx-admin-213625124dcbf333fd1232a9892ad02ccd7ddd19.tar.xz
slx-admin-213625124dcbf333fd1232a9892ad02ccd7ddd19.zip
[serversetup-bwlp] Fix access to editing IP address
Diffstat (limited to 'modules-available/serversetup-bwlp/templates/ipaddress.html')
-rw-r--r--modules-available/serversetup-bwlp/templates/ipaddress.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/modules-available/serversetup-bwlp/templates/ipaddress.html b/modules-available/serversetup-bwlp/templates/ipaddress.html
index 8d73dfac..ef8cc914 100644
--- a/modules-available/serversetup-bwlp/templates/ipaddress.html
+++ b/modules-available/serversetup-bwlp/templates/ipaddress.html
@@ -20,7 +20,7 @@
{{/default}}
{{^default}}
<td>
- <button class="btn btn-primary btn-xs" name="ip" value="{{ip}}" {{perms.edit.address.disabled}}>
+ <button class="btn btn-primary btn-xs" name="ip" value="{{ip}}">
<span class="glyphicon glyphicon-flag"></span>
{{lang_set}}
</button>
@@ -30,8 +30,15 @@
{{/ips}}
</table>
<p>
- {{lang_bootHint}}
+ {{lang_recompileHint}}
</p>
</form>
+ <form method="post" action="?do=ServerSetup">
+ <input type="hidden" name="token" value="{{token}}">
+ <button class="btn btn-default" name="action" value="compile">
+ <span class="glyphicon glyphicon-refresh"></span>
+ {{lang_forceRecompile}}
+ </button>
+ </form>
</div>
</div> \ No newline at end of file