summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webui_templates/system_edit.tmpl8
1 files changed, 5 insertions, 3 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 83d5908..528e03f 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -276,9 +276,11 @@ function page_onload() {
<input type="text" size="64" style="width: 150px;" name="macaddress-$interface" id="macaddress-$interface"
value="$macaddress"
/>
- #if not $system
- <a href="javascript: get_random_mac()" style="font-size: 0.8em;">random</a>
- #end if
+
+ ## #if not $system
+ ## <a href="javascript: get_random_mac()" style="font-size: 0.8em;">random</a>
+ ## #end if
+
<p class="context-tip">Example: AA:BB:CC:DD:EE:FF</p>
</td>
</tr>