summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-07 12:32:48 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-11-07 12:32:48 -0500
commite1482f178a029703f8f9b5991366cf6008e48436 (patch)
tree8d77406b28507d34db4762b50c38e2e357314d44
parent399882e78246cfced412b6255b43f8d9ddcb26e2 (diff)
downloadthird_party-cobbler-e1482f178a029703f8f9b5991366cf6008e48436.tar.gz
third_party-cobbler-e1482f178a029703f8f9b5991366cf6008e48436.tar.xz
third_party-cobbler-e1482f178a029703f8f9b5991366cf6008e48436.zip
Temporarily disable the random_mac link in the WebUI because it's not multi-interface aware. We have a patch for this, though it depends on other things and I cannot apply it just yet.
-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>