summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp/templates/ipaddress.html
diff options
context:
space:
mode:
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