summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/system_edit.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index f57cf98..7354e72 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -102,7 +102,8 @@ function get_random_mac()
value="$system.mac_address"
#end if
/>
- <a href="javascript: get_random_mac()" style="font-size: 0.8em;">random</a>
+ #if not $system
+ <a href="javascript: get_random_mac()" style="font-size: 0.8em;">random#</a> #end
<p class="context-tip">Example: AA:BB:CC:DD:EE:FF</p>
</td>
</tr>