summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorJames Laska <jlaska@redhat.com>2008-11-24 13:08:36 -0500
committerJames Laska <jlaska@redhat.com>2008-11-24 13:08:36 -0500
commita838d8b2163cfe814e45f789edf50ea788c5a025 (patch)
tree3be2b42c046fdbd65c4d2f44f968f993c6a8f04c /webui_templates
parent1f2317512043fb84cdbdbef89d9964558dfdf39d (diff)
downloadcobbler-a838d8b2163cfe814e45f789edf50ea788c5a025.tar.gz
cobbler-a838d8b2163cfe814e45f789edf50ea788c5a025.tar.xz
cobbler-a838d8b2163cfe814e45f789edf50ea788c5a025.zip
Add support for power mgmt of libvirt managed guests via /usr/bin/virsh
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/system_edit.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl
index 1e5be16b..8ecfa73b 100644
--- a/webui_templates/system_edit.tmpl
+++ b/webui_templates/system_edit.tmpl
@@ -686,7 +686,7 @@ function page_onload() {
</td>
<td class="poweredit">
<select name="power_type" id="power_type">
- #set valid_power = [ "bullpap", "wti", "apc_snmp", "ether-wake", "ipmilan", "drac", "ipmitool", "ilo", "rsa", "lpar", "bladecenter" ]
+ #set valid_power = [ "bullpap", "wti", "apc_snmp", "ether-wake", "ipmilan", "drac", "ipmitool", "ilo", "rsa", "lpar", "bladecenter", "virsh" ]
#set nothing = valid_power.sort()
#for $value in $valid_power: